/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: John Arbash Meinel
  • Date: 2009-04-16 20:58:18 UTC
  • mfrom: (4295 +trunk)
  • mto: This revision was merged to the branch mainline in revision 4323.
  • Revision ID: john@arbash-meinel.com-20090416205818-arnw8c6tvnjrs3h5
Merge bzr.dev, resolve lru_cache.py

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')