234
234
request_handlers.register_lazy(
235
235
'append', 'bzrlib.smart.vfs', 'AppendRequest')
236
236
request_handlers.register_lazy(
237
239
'Branch.revision_history', 'bzrlib.smart.branch', 'SmartServerRequestRevisionHistory')
238
240
request_handlers.register_lazy(
239
241
'BzrDir.find_repository', 'bzrlib.smart.bzrdir', 'SmartServerRequestFindRepository')