~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/smart/request.py

Move to BzrDir.checkout_metadir.

Show diffs side-by-side

added added

removed removed

Lines of Context:
547
547
    'Branch.get_stacked_on_url', 'bzrlib.smart.branch',
548
548
    'SmartServerBranchRequestGetStackedOnURL', info='read')
549
549
request_handlers.register_lazy(
550
 
    'Branch.get_checkout_format', 'bzrlib.smart.branch',
551
 
    'SmartServerBranchRequestGetCheckoutFormat', info='read')
552
 
request_handlers.register_lazy(
553
550
    'Branch.get_physical_lock_status', 'bzrlib.smart.branch',
554
551
    'SmartServerBranchRequestGetPhysicalLockStatus', info='read')
555
552
request_handlers.register_lazy(
586
583
    'Branch.revision_id_to_revno', 'bzrlib.smart.branch',
587
584
    'SmartServerBranchRequestRevisionIdToRevno', info='read')
588
585
request_handlers.register_lazy(
 
586
    'BzrDir.checkout_metadir', 'bzrlib.smart.bzrdir',
 
587
    'SmartServerBzrDirRequestCheckoutMetaDir', info='read')
 
588
request_handlers.register_lazy(
589
589
    'BzrDir.cloning_metadir', 'bzrlib.smart.bzrdir',
590
590
    'SmartServerBzrDirRequestCloningMetaDir', info='read')
591
591
request_handlers.register_lazy(