~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/smart/request.py

  • Committer: Robert Collins
  • Date: 2009-04-15 02:07:35 UTC
  • mto: This revision was merged to the branch mainline in revision 4292.
  • Revision ID: robertc@robertcollins.net-20090415020735-poizrhi1b98mtdgk
Add new remote server verb Branch.set_parent_location, dropping roundtrips further on push operations.

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