/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 RemoteRepository.gather_stats.

Show diffs side-by-side

added added

removed removed

Lines of Context:
271
271
    'readv', 'bzrlib.smart.vfs', 'ReadvRequest')
272
272
request_handlers.register_lazy(
273
273
    'rename', 'bzrlib.smart.vfs', 'RenameRequest')
 
274
request_handlers.register_lazy('Repository.gather_stats',
 
275
                               'bzrlib.smart.repository',
 
276
                               'SmartServerRepositoryGatherStats')
274
277
request_handlers.register_lazy(
275
278
    'Repository.get_revision_graph', 'bzrlib.smart.repository', 'SmartServerRepositoryGetRevisionGraph')
276
279
request_handlers.register_lazy(