/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-26 21:34:42 UTC
  • mto: This revision was merged to the branch mainline in revision 6310.
  • Revision ID: jelmer@samba.org-20111126213442-0badm11xwh0dwc44
Add smart side of pack.

Show diffs side-by-side

added added

removed removed

Lines of Context:
673
673
    'Repository.get_stream_1.19', 'bzrlib.smart.repository',
674
674
    'SmartServerRepositoryGetStream_1_19')
675
675
request_handlers.register_lazy(
 
676
    'Repository.pack', 'bzrlib.smart.repository',
 
677
    'SmartServerRepositoryPack')
 
678
request_handlers.register_lazy(
676
679
    'Repository.tarball', 'bzrlib.smart.repository',
677
680
    'SmartServerRepositoryTarball')
678
681
request_handlers.register_lazy(