~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/smart/request.py

  • Committer: Andrew Bennetts
  • Date: 2007-07-17 06:07:00 UTC
  • mto: (2535.4.4 streaming-smart-fetch)
  • mto: This revision was merged to the branch mainline in revision 2906.
  • Revision ID: andrew.bennetts@canonical.com-20070717060700-blzcnto7drjgc7yc
[broken] Closer to a working Repository.fetch_revisions smart 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.fetch_revisions', 'bzrlib.smart.repository', 'SmartServerRepositoryFetchRevisions')
 
310
request_handlers.register_lazy(
309
311
    'Repository.get_revision_graph', 'bzrlib.smart.repository', 'SmartServerRepositoryGetRevisionGraph')
310
312
request_handlers.register_lazy(
311
313
    'Repository.has_revision', 'bzrlib.smart.repository', 'SmartServerRequestHasRevision')