/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: Andrew Bennetts
  • Date: 2008-05-22 07:49:06 UTC
  • mto: (3452.2.9 inter-remote-pack)
  • mto: This revision was merged to the branch mainline in revision 3511.
  • Revision ID: andrew.bennetts@canonical.com-20080522074906-dcdk44d7y8cdn4no
Greatly simplify RemoteBranch.update_revisions.  Still needs more tests.

Show diffs side-by-side

added added

removed removed

Lines of Context:
386
386
    'Branch.set_last_revision_info', 'bzrlib.smart.branch',
387
387
    'SmartServerBranchRequestSetLastRevisionInfo')
388
388
request_handlers.register_lazy(
 
389
    'Branch.set_last_revision_descendant', 'bzrlib.smart.branch',
 
390
    'SmartServerBranchRequestSetLastRevisionDescendant')
 
391
request_handlers.register_lazy(
389
392
    'Branch.unlock', 'bzrlib.smart.branch', 'SmartServerBranchRequestUnlock')
390
393
request_handlers.register_lazy(
391
394
    'BzrDir.find_repository', 'bzrlib.smart.bzrdir', 'SmartServerRequestFindRepositoryV1')