Mercurial > public > mercurial-scm > hg
diff mercurial/configitems.py @ 34775:17919e9006b9
configitems: register the 'hostsecurity.*:fingerprints' config
author | Boris Feld <boris.feld@octobus.net> |
---|---|
date | Sat, 14 Oct 2017 00:29:31 +0200 |
parents | fd4caf1b23f6 |
children | 48d2b396cf6c |
line wrap: on
line diff
--- a/mercurial/configitems.py Sat Oct 14 00:28:48 2017 +0200 +++ b/mercurial/configitems.py Sat Oct 14 00:29:31 2017 +0200 @@ -483,6 +483,10 @@ default=dynamicdefault, generic=True, ) +coreconfigitem('hostsecurity', '.*:fingerprints$', + default=list, + generic=True, +) coreconfigitem('http_proxy', 'always', default=False, )