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