~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/transport/__init__.py

  • Committer: Jelmer Vernooij
  • Date: 2009-02-18 12:22:04 UTC
  • mto: This revision was merged to the branch mainline in revision 4017.
  • Revision ID: jelmer@samba.org-20090218122204-1lc50dqq145kvd73
Register ssh: rather than ssh://, avoid referring to smart server, which users may not be familiar with.

Show diffs side-by-side

added added

removed removed

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