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