~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/smart/request.py

  • Committer: Andrew Bennetts
  • Date: 2009-06-10 10:45:45 UTC
  • mto: This revision was merged to the branch mainline in revision 4446.
  • Revision ID: andrew.bennetts@canonical.com-20090610104545-idppwhjfv7iiz1f4
Add Repository.get_rev_id_for_revno RPC, removes VFS calls from 'pull -r 123' case.

Show diffs side-by-side

added added

removed removed

Lines of Context:
555
555
request_handlers.register_lazy(
556
556
    'Repository.unlock', 'bzrlib.smart.repository', 'SmartServerRepositoryUnlock')
557
557
request_handlers.register_lazy(
 
558
    'Repository.get_rev_id_for_revno', 'bzrlib.smart.repository',
 
559
    'SmartServerRepositoryGetRevIdForRevno')
 
560
request_handlers.register_lazy(
558
561
    'Repository.get_stream', 'bzrlib.smart.repository',
559
562
    'SmartServerRepositoryGetStream')
560
563
request_handlers.register_lazy(