/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: Canonical.com Patch Queue Manager
  • Date: 2007-10-12 08:57:26 UTC
  • mfrom: (2535.3.73 repo-refactor)
  • Revision ID: pqm@pqm.ubuntu.com-20071012085726-lyq36i8bo7ew28ba
(Andrew Bennetts) Add a smart method method that can pull a set of revisions in a single request.

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',
 
310
    'SmartServerRepositoryStreamKnitDataForRevisions')
 
311
request_handlers.register_lazy(
309
312
    'Repository.get_revision_graph', 'bzrlib.smart.repository', 'SmartServerRepositoryGetRevisionGraph')
310
313
request_handlers.register_lazy(
311
314
    'Repository.has_revision', 'bzrlib.smart.repository', 'SmartServerRequestHasRevision')