configitems: register the 'web.cacerts' config
authorBoris Feld <boris.feld@octobus.net>
Fri, 30 Jun 2017 03:45:36 +0200
changeset 34232 f33904b8bb77
parent 34231 4a192d70502e
child 34233 25b24a3e5a9e
configitems: register the 'web.cacerts' config
mercurial/configitems.py
--- a/mercurial/configitems.py	Fri Jun 30 03:45:35 2017 +0200
+++ b/mercurial/configitems.py	Fri Jun 30 03:45:36 2017 +0200
@@ -597,6 +597,9 @@
 coreconfigitem('web', 'baseurl',
     default=None,
 )
+coreconfigitem('web', 'cacerts',
+    default=None,
+)
 coreconfigitem('worker', 'backgroundclose',
     default=dynamicdefault,
 )