/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

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-04-10 10:53:50 UTC
  • mfrom: (3297.4.4 smart-set-revision-info)
  • Revision ID: pqm@pqm.ubuntu.com-20080410105350-e0c4d8n5hqgzqzi7
Add Branch.set_last_revision_info smart request. (Andrew Bennetts)

Show diffs side-by-side

added added

removed removed

Lines of Context:
340
340
request_handlers.register_lazy(
341
341
    'Branch.set_last_revision', 'bzrlib.smart.branch', 'SmartServerBranchRequestSetLastRevision')
342
342
request_handlers.register_lazy(
 
343
    'Branch.set_last_revision_info', 'bzrlib.smart.branch',
 
344
    'SmartServerBranchRequestSetLastRevisionInfo')
 
345
request_handlers.register_lazy(
343
346
    'Branch.unlock', 'bzrlib.smart.branch', 'SmartServerBranchRequestUnlock')
344
347
request_handlers.register_lazy(
345
348
    'BzrDir.find_repository', 'bzrlib.smart.bzrdir', 'SmartServerRequestFindRepositoryV1')