--- 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,
)