/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: Andrew Bennetts
  • Date: 2009-02-20 06:16:22 UTC
  • mfrom: (4023 +trunk)
  • mto: This revision was merged to the branch mainline in revision 4027.
  • Revision ID: andrew.bennetts@canonical.com-20090220061622-te9miq29rlfqiwwv
Merge bzr.dev.

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')