/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: Martin Packman
  • Date: 2011-12-14 16:16:16 UTC
  • mfrom: (6364 +trunk)
  • mto: This revision was merged to the branch mainline in revision 6367.
  • Revision ID: martin.packman@canonical.com-20111214161616-1wf1sdj4w89173pv
Merge bzr.dev to resolve conflict in release notes

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(