/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/transport/__init__.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-05-26 08:48:51 UTC
  • mfrom: (4370.4.7 serve-protocol)
  • Revision ID: pqm@pqm.ubuntu.com-20090526084851-z5v419bk4ni21res
(Jelmer) Add registry for the 'bzr serve' protocol.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1853
1853
register_transport_proto('ssh:')
1854
1854
register_lazy_transport('ssh:', 'bzrlib.transport.remote',
1855
1855
                        'HintingSSHTransport')
 
1856
 
 
1857
 
 
1858
transport_server_registry = registry.Registry()
 
1859
transport_server_registry.register_lazy('bzr', 'bzrlib.smart.server', 
 
1860
    'serve_bzr', help="The Bazaar smart server protocol over TCP. (default port: 4155)")
 
1861
transport_server_registry.default_key = 'bzr'