/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: Canonical.com Patch Queue Manager
  • Date: 2009-03-02 07:55:18 UTC
  • mfrom: (4060.1.5 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20090302075518-h40c3t24efos1k9e
(robertc) Repository.StreamSource.get_stream -> Repository.get_stream
        in the smart server. (Robert Collins)

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')
 
475
    'Repository.get_stream', 'bzrlib.smart.repository',
 
476
    'SmartServerRepositoryGetStream')
477
477
request_handlers.register_lazy(
478
478
    'Repository.tarball', 'bzrlib.smart.repository',
479
479
    'SmartServerRepositoryTarball')