~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/smart/request.py

  • Committer: Jelmer Vernooij
  • Date: 2011-11-28 09:57:22 UTC
  • mfrom: (6310 +trunk)
  • mto: This revision was merged to the branch mainline in revision 6312.
  • Revision ID: jelmer@samba.org-20111128095722-30xzuqc3f0u335vq
Merge bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
637
637
                               'bzrlib.smart.repository',
638
638
                               'SmartServerRepositoryGetParentMap')
639
639
request_handlers.register_lazy(
 
640
    'Repository.add_signature_text', 'bzrlib.smart.repository',
 
641
    'SmartServerRepositoryAddSignatureText')
 
642
request_handlers.register_lazy(
640
643
    'Repository.get_revision_graph', 'bzrlib.smart.repository', 'SmartServerRepositoryGetRevisionGraph')
641
644
request_handlers.register_lazy(
642
645
    'Repository.has_revision', 'bzrlib.smart.repository', 'SmartServerRequestHasRevision')
673
676
    'Repository.get_stream_1.19', 'bzrlib.smart.repository',
674
677
    'SmartServerRepositoryGetStream_1_19')
675
678
request_handlers.register_lazy(
 
679
    'Repository.pack', 'bzrlib.smart.repository',
 
680
    'SmartServerRepositoryPack')
 
681
request_handlers.register_lazy(
676
682
    'Repository.tarball', 'bzrlib.smart.repository',
677
683
    'SmartServerRepositoryTarball')
678
684
request_handlers.register_lazy(