changeset 34233:25b24a3e5a9e

configitems: register the 'web.certificate' config
author Boris Feld <boris.feld@octobus.net>
date Fri, 30 Jun 2017 03:45:37 +0200
parents f33904b8bb77
children f6d25ffc8b7f
files mercurial/configitems.py
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/configitems.py	Fri Jun 30 03:45:36 2017 +0200
+++ b/mercurial/configitems.py	Fri Jun 30 03:45:37 2017 +0200
@@ -600,6 +600,9 @@
 coreconfigitem('web', 'cacerts',
     default=None,
 )
+coreconfigitem('web', 'certificate',
+    default=None,
+)
 coreconfigitem('worker', 'backgroundclose',
     default=dynamicdefault,
 )