1782
1782
help="Read-only access of branches exported on the web.")
1783
1783
register_transport_proto('https://',
1784
1784
help="Read-only access of branches exported on the web using SSL.")
1786
1786
register_lazy_transport('http://', 'bzrlib.transport.http._pycurl',
1788
1788
register_lazy_transport('http://', 'bzrlib.transport.http._urllib',