~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/smart/request.py

  • Committer: Robert Collins
  • Date: 2009-08-13 05:17:12 UTC
  • mto: This revision was merged to the branch mainline in revision 4627.
  • Revision ID: robertc@robertcollins.net-20090813051712-fzd3l4mfudloi1s5
Remove workaround for RemoteRepository in test_add_fallback_repository now the default is stackable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
553
553
request_handlers.register_lazy(
554
554
    'Repository.insert_stream', 'bzrlib.smart.repository', 'SmartServerRepositoryInsertStream')
555
555
request_handlers.register_lazy(
556
 
    'Repository.insert_stream_1.19', 'bzrlib.smart.repository', 'SmartServerRepositoryInsertStream_1_19')
557
 
request_handlers.register_lazy(
558
556
    'Repository.insert_stream_locked', 'bzrlib.smart.repository', 'SmartServerRepositoryInsertStreamLocked')
559
557
request_handlers.register_lazy(
560
558
    'Repository.is_shared', 'bzrlib.smart.repository', 'SmartServerRepositoryIsShared')
572
570
    'Repository.get_stream', 'bzrlib.smart.repository',
573
571
    'SmartServerRepositoryGetStream')
574
572
request_handlers.register_lazy(
575
 
    'Repository.get_stream_1.19', 'bzrlib.smart.repository',
576
 
    'SmartServerRepositoryGetStream_1_19')
577
 
request_handlers.register_lazy(
578
573
    'Repository.tarball', 'bzrlib.smart.repository',
579
574
    'SmartServerRepositoryTarball')
580
575
request_handlers.register_lazy(