~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/transport/__init__.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-02-18 13:27:08 UTC
  • mfrom: (4011.4.3 ssh-hints)
  • Revision ID: pqm@pqm.ubuntu.com-20090218132708-okubrahz9exvae9r
(Jelmer) Point out bzr+ssh:// to the user when they use ssh://.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1879
1879
            register_netloc=True)
1880
1880
register_lazy_transport('bzr+ssh://', 'bzrlib.transport.remote',
1881
1881
                        'RemoteSSHTransport')
 
1882
 
 
1883
register_transport_proto('ssh:')
 
1884
register_lazy_transport('ssh:', 'bzrlib.transport.remote', 
 
1885
                        'HintingSSHTransport')