~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/smart/request.py

  • Committer: Andrew Bennetts
  • Date: 2008-04-08 06:38:34 UTC
  • mfrom: (2892.2.1 smart-set-last-revision)
  • mto: This revision was merged to the branch mainline in revision 3355.
  • Revision ID: andrew.bennetts@canonical.com-20080408063834-o4mid7woclibs6yj
Merge 'Add Branch.set_last_revision_info smart method'.

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