Mercurial > hg
changeset 34776:48d2b396cf6c
configitems: register the 'hostsecurity.*:verifycertsfile' config
author | Boris Feld <boris.feld@octobus.net> |
---|---|
date | Sat, 14 Oct 2017 00:30:14 +0200 |
parents | 17919e9006b9 |
children | bb2525871d95 |
files | mercurial/configitems.py |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/configitems.py Sat Oct 14 00:29:31 2017 +0200 +++ b/mercurial/configitems.py Sat Oct 14 00:30:14 2017 +0200 @@ -487,6 +487,11 @@ default=list, generic=True, ) +coreconfigitem('hostsecurity', '.*:verifycertsfile$', + default=None, + generic=True, +) + coreconfigitem('http_proxy', 'always', default=False, )