config: register the 'devel.disableloaddefaultcerts' config
authorPierre-Yves David <pierre-yves.david@octobus.net>
Wed, 28 Jun 2017 13:31:18 +0200
changeset 33162 1ad6d6cee9eb
parent 33161 b1cf9bb8a5a2
child 33163 1969adf2139a
config: register the 'devel.disableloaddefaultcerts' config
mercurial/configitems.py
--- a/mercurial/configitems.py	Wed Jun 28 13:31:05 2017 +0200
+++ b/mercurial/configitems.py	Wed Jun 28 13:31:18 2017 +0200
@@ -68,6 +68,9 @@
 coreconfigitem('devel', 'check-relroot',
     default=False,
 )
+coreconfigitem('devel', 'disableloaddefaultcerts',
+    default=False,
+)
 coreconfigitem('patch', 'fuzz',
     default=2,
 )