1782
1783
help="Read-only access of branches exported on the web.")
1783
1784
register_transport_proto('https://',
1784
1785
help="Read-only access of branches exported on the web using SSL.")
1786
1787
register_lazy_transport('http://', 'bzrlib.transport.http._pycurl',
1788
1789
register_lazy_transport('http://', 'bzrlib.transport.http._urllib',
1790
1793
register_lazy_transport('https://', 'bzrlib.transport.http._urllib',
1795
1796
register_transport_proto('ftp://', help="Access using passive FTP.")
1796
1797
register_lazy_transport('ftp://', 'bzrlib.transport.ftp', 'FtpTransport')