/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/smart/request.py

(andrew) Add Repository.get_rev_id_for_revno HPSS verb (and API).

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(