[PATCH 03 of 18] configitems: register the 'hostsecurity.disabletls10warning' config

Pierre-Yves David pierre-yves.david at ens-lyon.org
Sun Jul 2 18:25:20 EDT 2017


# HG changeset patch
# User Pierre-Yves David <pierre-yves.david at octobus.net>
# Date 1498786963 -7200
#      Fri Jun 30 03:42:43 2017 +0200
# Node ID 8cee64d04d20deb1be1ff9eaa17dc4f0d5a8e094
# Parent  5259eb6abb70510364e72b19f554cdf279eb06c2
# EXP-Topic config.register.hostsecurity
# Available At https://www.mercurial-scm.org/repo/users/marmoute/mercurial/
#              hg pull https://www.mercurial-scm.org/repo/users/marmoute/mercurial/ -r 8cee64d04d20
configitems: register the 'hostsecurity.disabletls10warning' config

diff --git a/mercurial/configitems.py b/mercurial/configitems.py
--- a/mercurial/configitems.py
+++ b/mercurial/configitems.py
@@ -107,6 +107,9 @@ coreconfigitem('devel', 'strip-obsmarker
 coreconfigitem('hostsecurity', 'ciphers',
     default=None,
 )
+coreconfigitem('hostsecurity', 'disabletls10warning',
+    default=False,
+)
 coreconfigitem('patch', 'fuzz',
     default=2,
 )


More information about the Mercurial-devel mailing list