~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/smart/request.py

Add a Branch.set_last_revision smart method, and make RemoteBranch.set_revision_history use it.  Also some test tweaks.

Show diffs side-by-side

added added

removed removed

Lines of Context:
240
240
request_handlers.register_lazy(
241
241
    'Branch.revision_history', 'bzrlib.smart.branch', 'SmartServerRequestRevisionHistory')
242
242
request_handlers.register_lazy(
 
243
    'Branch.set_last_revsion', 'bzrlib.smart.branch', 'SmartServerRequestSetLastRevision')
 
244
request_handlers.register_lazy(
243
245
    'BzrDir.find_repository', 'bzrlib.smart.bzrdir', 'SmartServerRequestFindRepository')
244
246
request_handlers.register_lazy(
245
247
    'BzrDirFormat.initialize', 'bzrlib.smart.bzrdir', 'SmartServerRequestInitializeBzrDir')