configitems: register the 'hostsecurity.minimumprotocol' config
authorBoris Feld <boris.feld@octobus.net>
Thu, 12 Oct 2017 00:19:12 +0200
changeset 34747 5cf98daad7b1
parent 34746 54fa3db5becf
child 34748 8c1d0fe1f431
configitems: register the 'hostsecurity.minimumprotocol' config
mercurial/configitems.py
--- a/mercurial/configitems.py	Wed Oct 11 22:53:17 2017 +0200
+++ b/mercurial/configitems.py	Thu Oct 12 00:19:12 2017 +0200
@@ -460,6 +460,9 @@
 coreconfigitem('hostsecurity', 'disabletls10warning',
     default=False,
 )
+coreconfigitem('hostsecurity', 'minimumprotocol',
+    default=dynamicdefault,
+)
 coreconfigitem('http_proxy', 'always',
     default=False,
 )