/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-02-20 22:53:37 UTC
  • mfrom: (4022.1.8 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20090220225337-14hb4kaptjpvwr0l
(robertc) Add RemoteSink to support streaming push to non-stacked
        repositories over bzr+ssh:// (Andrew Bennetts, Robert Collins)

Show diffs side-by-side

added added

removed removed

Lines of Context:
450
450
request_handlers.register_lazy(
451
451
    'Repository.has_revision', 'bzrlib.smart.repository', 'SmartServerRequestHasRevision')
452
452
request_handlers.register_lazy(
 
453
    'Repository.insert_stream', 'bzrlib.smart.repository', 'SmartServerRepositoryInsertStream')
 
454
request_handlers.register_lazy(
453
455
    'Repository.is_shared', 'bzrlib.smart.repository', 'SmartServerRepositoryIsShared')
454
456
request_handlers.register_lazy(
455
457
    'Repository.lock_write', 'bzrlib.smart.repository', 'SmartServerRepositoryLockWrite')