/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/smart/request.py

Merge bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
340
340
request_handlers.register_lazy(
341
341
    'Branch.set_last_revision', 'bzrlib.smart.branch', 'SmartServerBranchRequestSetLastRevision')
342
342
request_handlers.register_lazy(
 
343
    'Branch.set_last_revision_info', 'bzrlib.smart.branch',
 
344
    'SmartServerBranchRequestSetLastRevisionInfo')
 
345
request_handlers.register_lazy(
343
346
    'Branch.unlock', 'bzrlib.smart.branch', 'SmartServerBranchRequestUnlock')
344
347
request_handlers.register_lazy(
345
348
    'BzrDir.find_repository', 'bzrlib.smart.bzrdir', 'SmartServerRequestFindRepositoryV1')