/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: Robert Collins
  • Date: 2009-02-26 04:25:00 UTC
  • mto: This revision was merged to the branch mainline in revision 4060.
  • Revision ID: robertc@robertcollins.net-20090226042500-xl9urv7zcbvkfjvs
New version of the BzrDir.find_repository verb supporting _network_name to support removing more _ensure_real calls.

Show diffs side-by-side

added added

removed removed

Lines of Context:
409
409
request_handlers.register_lazy(
410
410
    'BzrDir.find_repositoryV2', 'bzrlib.smart.bzrdir', 'SmartServerRequestFindRepositoryV2')
411
411
request_handlers.register_lazy(
 
412
    'BzrDir.find_repositoryV3', 'bzrlib.smart.bzrdir', 'SmartServerRequestFindRepositoryV3')
 
413
request_handlers.register_lazy(
412
414
    'BzrDirFormat.initialize', 'bzrlib.smart.bzrdir', 'SmartServerRequestInitializeBzrDir')
413
415
request_handlers.register_lazy(
414
416
    'BzrDir.open_branch', 'bzrlib.smart.bzrdir', 'SmartServerRequestOpenBranch')