/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: Robert Collins
  • Date: 2009-03-02 03:38:07 UTC
  • mto: This revision was merged to the branch mainline in revision 4067.
  • Revision ID: robertc@robertcollins.net-20090302033807-af1b7awmfueyawts
Streaming fetch from remote servers.

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')
 
470
request_handlers.register_lazy(
468
471
    'Repository.tarball', 'bzrlib.smart.repository',
469
472
    'SmartServerRepositoryTarball')
470
473
request_handlers.register_lazy(