~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/smart/request.py

  • Committer: Andrew Bennetts
  • Date: 2010-01-11 05:58:22 UTC
  • mto: This revision was merged to the branch mainline in revision 4965.
  • Revision ID: andrew.bennetts@canonical.com-20100111055822-npdkf88i86i1g54h
Fix HPSS tests; pass 'location is a repository' message via smart server when possible (adds BzrDir.open_branchV3 verb).

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')