author | Boris Feld <boris.feld@octobus.net> |
Sat, 14 Oct 2017 00:30:14 +0200 | |
changeset 34776 | 48d2b396cf6c |
parent 34775 | 17919e9006b9 |
child 34777 | bb2525871d95 |
--- 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, )