~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/smart/request.py

Implement RemoteBranch.revision_history().

Show diffs side-by-side

added added

removed removed

Lines of Context:
232
232
request_handlers.register_lazy(
233
233
    'append', 'bzrlib.smart.vfs', 'AppendRequest')
234
234
request_handlers.register_lazy(
 
235
    'Branch.revision_history', 'bzrlib.smart.branch', 'SmartServerRequestRevisionHistory')
 
236
request_handlers.register_lazy(
235
237
    'BzrDir.find_repository', 'bzrlib.smart.bzrdir', 'SmartServerRequestFindRepository')
236
238
request_handlers.register_lazy(
237
239
    'BzrDir.open_branch', 'bzrlib.smart.bzrdir', 'SmartServerRequestOpenBranch')