configitems: register the 'hostsecurity.disabletls10warning' config
authorPierre-Yves David <pierre-yves.david@octobus.net>
Fri, 30 Jun 2017 03:42:43 +0200
changeset 33218 24f3ff50736d
parent 33217 f96c2f2f559b
child 33219 ffb1d0f541f5
configitems: register the 'hostsecurity.disabletls10warning' config
mercurial/configitems.py
--- a/mercurial/configitems.py	Fri Jun 30 03:42:42 2017 +0200
+++ b/mercurial/configitems.py	Fri Jun 30 03:42:43 2017 +0200
@@ -107,6 +107,9 @@
 coreconfigitem('hostsecurity', 'ciphers',
     default=None,
 )
+coreconfigitem('hostsecurity', 'disabletls10warning',
+    default=False,
+)
 coreconfigitem('patch', 'fuzz',
     default=2,
 )