/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: Patch Queue Manager
  • Date: 2011-11-25 11:42:24 UTC
  • mfrom: (6280.3.4 hpss-all-revision-ids)
  • Revision ID: pqm@pqm.ubuntu.com-20111125114224-ab9cggsgzzw3118l
(jelmer) Add ``Repository.all_revision_ids`` HPSS call. (Jelmer Vernooij)

Show diffs side-by-side

added added

removed removed

Lines of Context:
611
611
request_handlers.register_lazy(
612
612
    'PackRepository.autopack', 'bzrlib.smart.packrepository',
613
613
    'SmartServerPackRepositoryAutopack')
 
614
request_handlers.register_lazy('Repository.all_revision_ids',
 
615
                               'bzrlib.smart.repository',
 
616
                               'SmartServerRepositoryAllRevisionIds')
614
617
request_handlers.register_lazy('Repository.gather_stats',
615
618
                               'bzrlib.smart.repository',
616
619
                               'SmartServerRepositoryGatherStats')