diff mercurial/configitems.py @ 34585:f28c85e29afc

configitems: register the 'web.push_ssl' config
author Boris Feld <boris.feld@octobus.net>
date Wed, 11 Oct 2017 03:29:09 +0200
parents bf2389b1f15e
children c364f3f73634
line wrap: on
line diff
--- 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,
 )