hg: set mercurial.url.has_https when hgwebfs extension is in use
this allows the use of SSL/HTTPS even when python is not build with openssl support.
This commit is contained in:
parent
3238f124b8
commit
0ac4a447b0
1 changed files with 1 additions and 0 deletions
|
@ -81,4 +81,5 @@ class Webopener:
|
||||||
def webopener(ui, authinfo=None):
|
def webopener(ui, authinfo=None):
|
||||||
return Webopener();
|
return Webopener();
|
||||||
|
|
||||||
|
mercurial.url.has_https = 1
|
||||||
mercurial.url.opener = webopener
|
mercurial.url.opener = webopener
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue