/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-12-14 12:27:44 UTC
  • mfrom: (6364 +trunk)
  • mto: This revision was merged to the branch mainline in revision 6365.
  • Revision ID: jelmer@samba.org-20111214122744-lenqb5sovj192j0u
Merge bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
751
751
    'VersionedFileRepository.get_serializer_format', 'bzrlib.smart.repository',
752
752
    'SmartServerRepositoryGetSerializerFormat', info='read')
753
753
request_handlers.register_lazy(
 
754
    'Repository.reconcile', 'bzrlib.smart.repository',
 
755
    'SmartServerRepositoryReconcile', info='idem')
 
756
request_handlers.register_lazy(
754
757
    'Repository.tarball', 'bzrlib.smart.repository',
755
758
    'SmartServerRepositoryTarball', info='read')
756
759
request_handlers.register_lazy(