/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 02:16:25 UTC
  • mto: This revision was merged to the branch mainline in revision 6318.
  • Revision ID: jelmer@samba.org-20111120021625-ckv3ro8u6v8yswme
Convert to iter_files_bytes_bz2.

Show diffs side-by-side

added added

removed removed

Lines of Context:
632
632
request_handlers.register_lazy(
633
633
    'Repository.is_shared', 'bzrlib.smart.repository', 'SmartServerRepositoryIsShared')
634
634
request_handlers.register_lazy(
635
 
    'Repository.iter_file_bytes', 'bzrlib.smart.repository', 'SmartServerRepositoryIterFileBytes')
 
635
    'Repository.iter_files_bytes_bz2', 'bzrlib.smart.repository',
 
636
    'SmartServerRepositoryIterFilesBytesBz2')
636
637
request_handlers.register_lazy(
637
638
    'Repository.lock_write', 'bzrlib.smart.repository', 'SmartServerRepositoryLockWrite')
638
639
request_handlers.register_lazy(