Mercurial > hg
diff mercurial/configitems.py @ 34232:f33904b8bb77
configitems: register the 'web.cacerts' config
author | Boris Feld <boris.feld@octobus.net> |
---|---|
date | Fri, 30 Jun 2017 03:45:36 +0200 |
parents | 4a192d70502e |
children | 25b24a3e5a9e |
line wrap: on
line diff
--- a/mercurial/configitems.py Fri Jun 30 03:45:35 2017 +0200 +++ b/mercurial/configitems.py Fri Jun 30 03:45:36 2017 +0200 @@ -597,6 +597,9 @@ coreconfigitem('web', 'baseurl', default=None, ) +coreconfigitem('web', 'cacerts', + default=None, +) coreconfigitem('worker', 'backgroundclose', default=dynamicdefault, )