mercurial/configitems.py
changeset 34585 f28c85e29afc
parent 34584 bf2389b1f15e
child 34586 c364f3f73634
--- a/mercurial/configitems.py	Wed Oct 11 03:18:04 2017 +0200
+++ b/mercurial/configitems.py	Wed Oct 11 03:29:09 2017 +0200
@@ -736,6 +736,9 @@
 coreconfigitem('web', 'prefix',
     default='',
 )
+coreconfigitem('web', 'push_ssl',
+    default=True,
+)
 coreconfigitem('web', 'refreshinterval',
     default=20,
 )