/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: 2009-04-15 03:10:36 UTC
  • mfrom: (4288.1.6 push.roundtrips)
  • Revision ID: pqm@pqm.ubuntu.com-20090415031036-ikndntbkaaj5zjya
(robertc) 6 less round trips on smart push by using a verb to get
        bzrdir stacking policy and inheriting set_parent for
        RemoteBranch. (Robert Collins)

Show diffs side-by-side

added added

removed removed

Lines of Context:
481
481
    'BzrDir.find_repositoryV3', 'bzrlib.smart.bzrdir',
482
482
    'SmartServerRequestFindRepositoryV3')
483
483
request_handlers.register_lazy(
 
484
    'BzrDir.get_config_file', 'bzrlib.smart.bzrdir',
 
485
    'SmartServerBzrDirRequestConfigFile')
 
486
request_handlers.register_lazy(
484
487
    'BzrDirFormat.initialize', 'bzrlib.smart.bzrdir',
485
488
    'SmartServerRequestInitializeBzrDir')
486
489
request_handlers.register_lazy(
 
490
    'BzrDir.open', 'bzrlib.smart.bzrdir', 'SmartServerRequestOpenBzrDir')
 
491
request_handlers.register_lazy(
487
492
    'BzrDir.open_branch', 'bzrlib.smart.bzrdir',
488
493
    'SmartServerRequestOpenBranch')
489
494
request_handlers.register_lazy(
553
558
    'stat', 'bzrlib.smart.vfs', 'StatRequest')
554
559
request_handlers.register_lazy(
555
560
    'Transport.is_readonly', 'bzrlib.smart.request', 'SmartServerIsReadonly')
556
 
request_handlers.register_lazy(
557
 
    'BzrDir.open', 'bzrlib.smart.bzrdir', 'SmartServerRequestOpenBzrDir')