/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: Robert Collins
  • Date: 2009-02-20 08:40:02 UTC
  • mfrom: (4025 +trunk)
  • mto: This revision was merged to the branch mainline in revision 4026.
  • Revision ID: robertc@robertcollins.net-20090220084002-e49vh0sxlkxhzt2m
Resolve NEWS conflicts.

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