/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: Jelmer Vernooij
  • Date: 2011-11-20 23:25:57 UTC
  • mto: This revision was merged to the branch mainline in revision 6295.
  • Revision ID: jelmer@samba.org-20111120232557-hlvqw6l6aaecerq0
Add smart side of RemoteRepository.all_revision_ids().

Show diffs side-by-side

added added

removed removed

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