~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/transport/__init__.py

Merge with annotate

Show diffs side-by-side

added added

removed removed

Lines of Context:
1772
1772
 
1773
1773
register_lazy_transport('bzr://', 'bzrlib.transport.remote',
1774
1774
                        'RemoteTCPTransport')
 
1775
register_transport_proto('bzr-v2://', register_netloc=True)
 
1776
 
 
1777
register_lazy_transport('bzr-v2://', 'bzrlib.transport.remote',
 
1778
                        'RemoteTCPTransportV2Only')
1775
1779
register_transport_proto('bzr+http://',
1776
1780
#                help="Fast access using the Bazaar smart server over HTTP."
1777
1781
                         register_netloc=True)