305
322
request_handlers.register_lazy('Repository.gather_stats',
306
323
'bzrlib.smart.repository',
307
324
'SmartServerRepositoryGatherStats')
308
336
request_handlers.register_lazy(
309
337
'Repository.get_revision_graph', 'bzrlib.smart.repository', 'SmartServerRepositoryGetRevisionGraph')
310
338
request_handlers.register_lazy(