1739
1739
help="Read-only access of branches exported on the web.")
1740
1740
register_transport_proto('https://',
1741
1741
help="Read-only access of branches exported on the web using SSL.")
1742
1745
register_lazy_transport('http://', 'bzrlib.transport.http._urllib',
1744
1747
register_lazy_transport('https://', 'bzrlib.transport.http._urllib',
1748
1749
register_lazy_transport('https://', 'bzrlib.transport.http._pycurl',