Mercurial > hg-stable
changeset 34747:5cf98daad7b1
configitems: register the 'hostsecurity.minimumprotocol' config
author | Boris Feld <boris.feld@octobus.net> |
---|---|
date | Thu, 12 Oct 2017 00:19:12 +0200 |
parents | 54fa3db5becf |
children | 8c1d0fe1f431 |
files | mercurial/configitems.py |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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, )