/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

Merge from bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1193
1193
register_lazy_transport('bzr://',
1194
1194
                        'bzrlib.transport.remote',
1195
1195
                        'SmartTCPTransport')
 
1196
register_lazy_transport('bzr+http://',
 
1197
                        'bzrlib.transport.remote',
 
1198
                        'SmartHTTPTransport')
1196
1199
register_lazy_transport('bzr+ssh://',
1197
1200
                        'bzrlib.transport.remote',
1198
1201
                        'SmartSSHTransport')