/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

(jelmer) Add HPSS call for ``Repository.get_physical_lock_status``. (Jelmer
 Vernooij)

Show diffs side-by-side

added added

removed removed

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