~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/smart/request.py

  • Committer: Aaron Bentley
  • Date: 2008-04-24 04:58:42 UTC
  • mfrom: (3377 +trunk)
  • mto: This revision was merged to the branch mainline in revision 3380.
  • Revision ID: aaron@aaronbentley.com-20080424045842-0cajl9v6s4u52kaw
Merge bzr.dev

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