/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

  • Committer: Andrew Bennetts
  • Date: 2007-09-03 16:02:07 UTC
  • mto: (2535.4.6 streaming-smart-fetch)
  • mto: This revision was merged to the branch mainline in revision 2906.
  • Revision ID: andrew.bennetts@canonical.com-20070903160207-e4575t5ukdcy36ik
Cosmetic changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
306
306
                               'bzrlib.smart.repository',
307
307
                               'SmartServerRepositoryGatherStats')
308
308
request_handlers.register_lazy(
309
 
    'Repository.stream_knit_data_for_revisions', 'bzrlib.smart.repository', 'SmartServerRepositoryStreamKnitDataForRevisions')
 
309
    'Repository.stream_knit_data_for_revisions', 'bzrlib.smart.repository',
 
310
    'SmartServerRepositoryStreamKnitDataForRevisions')
310
311
request_handlers.register_lazy(
311
312
    'Repository.get_revision_graph', 'bzrlib.smart.repository', 'SmartServerRepositoryGetRevisionGraph')
312
313
request_handlers.register_lazy(