# HG changeset patch # User Pierre-Yves David # Date 1498786963 -7200 # Node ID 24f3ff50736daa115023760bc49979e9be42663e # Parent f96c2f2f559bc5bc40ca8ad7aa3bc06441ebfca9 configitems: register the 'hostsecurity.disabletls10warning' config diff -r f96c2f2f559b -r 24f3ff50736d 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, )