Mercurial > hg
changeset 34774:fd4caf1b23f6
configitems: register the 'hostsecurity.*:ciphers' config
author | Boris Feld <boris.feld@octobus.net> |
---|---|
date | Sat, 14 Oct 2017 00:28:48 +0200 |
parents | 607085aa4d67 |
children | 17919e9006b9 |
files | mercurial/configitems.py |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/configitems.py Sat Oct 14 00:28:13 2017 +0200 +++ b/mercurial/configitems.py Sat Oct 14 00:28:48 2017 +0200 @@ -479,6 +479,10 @@ default=dynamicdefault, generic=True, ) +coreconfigitem('hostsecurity', '.*:ciphers$', + default=dynamicdefault, + generic=True, +) coreconfigitem('http_proxy', 'always', default=False, )