~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/smart/request.py

  • Committer: Robert Collins
  • Date: 2009-03-02 07:13:41 UTC
  • mto: This revision was merged to the branch mainline in revision 4068.
  • Revision ID: robertc@robertcollins.net-20090302071341-c7kzkzps5pxt3dgf
Verb change name requested by Andrew.

Show diffs side-by-side

added added

removed removed

Lines of Context:
465
465
request_handlers.register_lazy(
466
466
    'Repository.unlock', 'bzrlib.smart.repository', 'SmartServerRepositoryUnlock')
467
467
request_handlers.register_lazy(
468
 
    'Repository.StreamSource.get_stream', 'bzrlib.smart.repository',
469
 
    'SmartServerRepositoryStreamSourceGetStream')
 
468
    'Repository.get_stream', 'bzrlib.smart.repository',
 
469
    'SmartServerRepositoryGetStream')
470
470
request_handlers.register_lazy(
471
471
    'Repository.tarball', 'bzrlib.smart.repository',
472
472
    'SmartServerRepositoryTarball')