~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/smart/request.py

merged 376388 related changes for 2.0 patch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
561
561
    'BzrDir.open_branchV2', 'bzrlib.smart.bzrdir',
562
562
    'SmartServerRequestOpenBranchV2')
563
563
request_handlers.register_lazy(
 
564
    'BzrDir.open_branchV3', 'bzrlib.smart.bzrdir',
 
565
    'SmartServerRequestOpenBranchV3')
 
566
request_handlers.register_lazy(
564
567
    'delete', 'bzrlib.smart.vfs', 'DeleteRequest')
565
568
request_handlers.register_lazy(
566
569
    'get', 'bzrlib.smart.vfs', 'GetRequest')