/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: Robert Collins
  • Date: 2008-01-14 04:46:08 UTC
  • mto: This revision was merged to the branch mainline in revision 3184.
  • Revision ID: robertc@robertcollins.net-20080114044608-bmse3mmsnp1663rf
Create new smart server verb Repository.get_parent_map.

Show diffs side-by-side

added added

removed removed

Lines of Context:
318
318
request_handlers.register_lazy('Repository.gather_stats',
319
319
                               'bzrlib.smart.repository',
320
320
                               'SmartServerRepositoryGatherStats')
 
321
request_handlers.register_lazy('Repository.get_parent_map',
 
322
                               'bzrlib.smart.repository',
 
323
                               'SmartServerRepositoryGetParentMap')
321
324
request_handlers.register_lazy(
322
325
    'Repository.stream_knit_data_for_revisions',
323
326
    'bzrlib.smart.repository',