summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/lib/python/hgext/hgwebfs.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/lib/python/hgext/hgwebfs.py b/sys/lib/python/hgext/hgwebfs.py
index dbb529789..d4b46acb5 100644
--- a/sys/lib/python/hgext/hgwebfs.py
+++ b/sys/lib/python/hgext/hgwebfs.py
@@ -81,4 +81,5 @@ class Webopener:
def webopener(ui, authinfo=None):
return Webopener();
+mercurial.url.has_https = 1
mercurial.url.opener = webopener