/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

Merge hpss-get-physical-lock-status.

Show diffs side-by-side

added added

removed removed

Lines of Context:
522
522
    'Branch.last_revision_info', 'bzrlib.smart.branch', 'SmartServerBranchRequestLastRevisionInfo')
523
523
request_handlers.register_lazy(
524
524
    'Branch.lock_write', 'bzrlib.smart.branch', 'SmartServerBranchRequestLockWrite')
 
525
request_handlers.register_lazy(
 
526
    'Branch.get_physical_lock_status', 'bzrlib.smart.branch',
 
527
    'SmartServerBranchRequestGetPhysicalLockStatus')
525
528
request_handlers.register_lazy( 'Branch.revision_history',
526
529
    'bzrlib.smart.branch', 'SmartServerRequestRevisionHistory')
527
530
request_handlers.register_lazy( 'Branch.set_config_option',
658
661
request_handlers.register_lazy(
659
662
    'Repository.unlock', 'bzrlib.smart.repository', 'SmartServerRepositoryUnlock')
660
663
request_handlers.register_lazy(
 
664
    'Repository.get_physical_lock_status', 'bzrlib.smart.repository',
 
665
    'SmartServerRepositoryGetPhysicalLockStatus')
 
666
request_handlers.register_lazy(
661
667
    'Repository.get_rev_id_for_revno', 'bzrlib.smart.repository',
662
668
    'SmartServerRepositoryGetRevIdForRevno')
663
669
request_handlers.register_lazy(