~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/smart/request.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-04-15 08:20:33 UTC
  • mfrom: (4288.1.12 push.roundtrips)
  • Revision ID: pqm@pqm.ubuntu.com-20090415082033-tds4zs962x6kwc2c
(robertc) Add a Branch.set_parent_location verb and reduce lock
        churning to reduce network round trips. (Robert Collins)

Show diffs side-by-side

added added

removed removed

Lines of Context:
461
461
    'Branch.set_last_revision_ex', 'bzrlib.smart.branch',
462
462
    'SmartServerBranchRequestSetLastRevisionEx')
463
463
request_handlers.register_lazy(
 
464
    'Branch.set_parent_location', 'bzrlib.smart.branch',
 
465
    'SmartServerBranchRequestSetParentLocation')
 
466
request_handlers.register_lazy(
464
467
    'Branch.unlock', 'bzrlib.smart.branch', 'SmartServerBranchRequestUnlock')
465
468
request_handlers.register_lazy(
466
469
    'BzrDir.cloning_metadir', 'bzrlib.smart.bzrdir',