~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/smart/request.py

  • Committer: Aaron Bentley
  • Date: 2009-04-24 14:35:44 UTC
  • mfrom: (4302 +trunk)
  • mto: This revision was merged to the branch mainline in revision 4316.
  • Revision ID: aaron@aaronbentley.com-20090424143544-h48v6fgl1k6bmxhj
Merge bzr.dev into branch-subtree-locations.

Show diffs side-by-side

added added

removed removed

Lines of Context:
461
461
    'Branch.set_last_revision_ex', 'bzrlib.smart.branch',
462
462
    'SmartServerBranchRequestSetLastRevisionEx')
463
463
request_handlers.register_lazy(
 
464
    'Branch.set_parent_location', 'bzrlib.smart.branch',
 
465
    'SmartServerBranchRequestSetParentLocation')
 
466
request_handlers.register_lazy(
464
467
    'Branch.unlock', 'bzrlib.smart.branch', 'SmartServerBranchRequestUnlock')
465
468
request_handlers.register_lazy(
466
469
    'BzrDir.cloning_metadir', 'bzrlib.smart.bzrdir',
481
484
    'BzrDir.find_repositoryV3', 'bzrlib.smart.bzrdir',
482
485
    'SmartServerRequestFindRepositoryV3')
483
486
request_handlers.register_lazy(
 
487
    'BzrDir.get_config_file', 'bzrlib.smart.bzrdir',
 
488
    'SmartServerBzrDirRequestConfigFile')
 
489
request_handlers.register_lazy(
484
490
    'BzrDirFormat.initialize', 'bzrlib.smart.bzrdir',
485
491
    'SmartServerRequestInitializeBzrDir')
486
492
request_handlers.register_lazy(
 
493
    'BzrDir.open', 'bzrlib.smart.bzrdir', 'SmartServerRequestOpenBzrDir')
 
494
request_handlers.register_lazy(
487
495
    'BzrDir.open_branch', 'bzrlib.smart.bzrdir',
488
496
    'SmartServerRequestOpenBranch')
489
497
request_handlers.register_lazy(
553
561
    'stat', 'bzrlib.smart.vfs', 'StatRequest')
554
562
request_handlers.register_lazy(
555
563
    'Transport.is_readonly', 'bzrlib.smart.request', 'SmartServerIsReadonly')
556
 
request_handlers.register_lazy(
557
 
    'BzrDir.open', 'bzrlib.smart.bzrdir', 'SmartServerRequestOpenBzrDir')