375
374
request_handlers.register_lazy(
376
375
'Branch.get_config_file', 'bzrlib.smart.branch', 'SmartServerBranchGetConfigFile')
377
376
request_handlers.register_lazy(
378
379
'Branch.last_revision_info', 'bzrlib.smart.branch', 'SmartServerBranchRequestLastRevisionInfo')
379
380
request_handlers.register_lazy(
380
381
'Branch.lock_write', 'bzrlib.smart.branch', 'SmartServerBranchRequestLockWrite')