# HG changeset patch # User Pierre-Yves David # Date 2017-06-30 01:42:43 # Node ID 24f3ff50736daa115023760bc49979e9be42663e # Parent f96c2f2f559bc5bc40ca8ad7aa3bc06441ebfca9 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, )