mercurial/configitems.py
changeset 34233 25b24a3e5a9e
parent 34232 f33904b8bb77
child 34234 f6d25ffc8b7f
--- 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,
 )