~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/smart/request.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-03-02 07:00:21 UTC
  • mfrom: (4060.1.4 branch.roundtrips)
  • Revision ID: pqm@pqm.ubuntu.com-20090302070021-dvcjdpf47t2aeari
(robertc) Streaming fetch from non-stacked branches on smart servers.
        (Robert Collins, Andrew Bennetts_

Show diffs side-by-side

added added

removed removed

Lines of Context:
472
472
request_handlers.register_lazy(
473
473
    'Repository.unlock', 'bzrlib.smart.repository', 'SmartServerRepositoryUnlock')
474
474
request_handlers.register_lazy(
 
475
    'Repository.StreamSource.get_stream', 'bzrlib.smart.repository',
 
476
    'SmartServerRepositoryStreamSourceGetStream')
 
477
request_handlers.register_lazy(
475
478
    'Repository.tarball', 'bzrlib.smart.repository',
476
479
    'SmartServerRepositoryTarball')
477
480
request_handlers.register_lazy(