~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/smart/request.py

  • Committer: Andrew Bennetts
  • Date: 2007-02-08 06:51:30 UTC
  • mto: (2018.5.73 hpss)
  • mto: This revision was merged to the branch mainline in revision 2435.
  • Revision ID: andrew.bennetts@canonical.com-20070208065130-gpzocn512ppmcm72
Add a Branch.set_last_revision smart method, and make RemoteBranch.set_revision_history use it.

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