~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/transport/__init__.py

Merge bzr.dev

Show diffs side-by-side

added added

removed removed

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