/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-18 11:49:47 UTC
  • mfrom: (6278 +trunk)
  • mto: This revision was merged to the branch mainline in revision 6279.
  • Revision ID: jelmer@samba.org-20111118114947-y0run8g5xlwa6h8i
merge bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
616
616
request_handlers.register_lazy(
617
617
    'Repository.has_revision', 'bzrlib.smart.repository', 'SmartServerRequestHasRevision')
618
618
request_handlers.register_lazy(
 
619
    'Repository.has_signature_for_revision_id', 'bzrlib.smart.repository',
 
620
    'SmartServerRequestHasSignatureForRevisionId')
 
621
request_handlers.register_lazy(
619
622
    'Repository.insert_stream', 'bzrlib.smart.repository', 'SmartServerRepositoryInsertStream')
620
623
request_handlers.register_lazy(
621
624
    'Repository.insert_stream_1.19', 'bzrlib.smart.repository', 'SmartServerRepositoryInsertStream_1_19')
626
629
request_handlers.register_lazy(
627
630
    'Repository.lock_write', 'bzrlib.smart.repository', 'SmartServerRepositoryLockWrite')
628
631
request_handlers.register_lazy(
 
632
    'Repository.make_working_trees', 'bzrlib.smart.repository', 'SmartServerRepositoryMakeWorkingTrees')
 
633
request_handlers.register_lazy(
629
634
    'Repository.set_make_working_trees', 'bzrlib.smart.repository',
630
635
    'SmartServerRepositorySetMakeWorkingTrees')
631
636
request_handlers.register_lazy(