/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: Martin Pool
  • Date: 2008-07-14 07:47:45 UTC
  • mfrom: (3536 +trunk)
  • mto: This revision was merged to the branch mainline in revision 3537.
  • Revision ID: mbp@sourcefrog.net-20080714074745-ow7wqktgjbn6xb6q
merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
431
431
                               'bzrlib.smart.repository',
432
432
                               'SmartServerRepositoryGetParentMap')
433
433
request_handlers.register_lazy(
434
 
    'Repository.stream_knit_data_for_revisions',
435
 
    'bzrlib.smart.repository',
436
 
    'SmartServerRepositoryStreamKnitDataForRevisions')
437
 
request_handlers.register_lazy(
438
 
    'Repository.stream_revisions_chunked',
439
 
    'bzrlib.smart.repository',
440
 
    'SmartServerRepositoryStreamRevisionsChunked')
441
 
request_handlers.register_lazy(
442
434
    'Repository.get_revision_graph', 'bzrlib.smart.repository', 'SmartServerRepositoryGetRevisionGraph')
443
435
request_handlers.register_lazy(
444
436
    'Repository.has_revision', 'bzrlib.smart.repository', 'SmartServerRequestHasRevision')