# HG changeset patch # User Boris Feld # Date 2017-06-30 01:45:36 # Node ID f33904b8bb774fa60fdc5c72b2dae4356b3504ac # Parent 4a192d70502e2417226fffc258633730605aa123 configitems: register the 'web.cacerts' config diff --git a/mercurial/configitems.py b/mercurial/configitems.py --- a/mercurial/configitems.py +++ b/mercurial/configitems.py @@ -597,6 +597,9 @@ coreconfigitem('web', 'allow_read', coreconfigitem('web', 'baseurl', default=None, ) +coreconfigitem('web', 'cacerts', + default=None, +) coreconfigitem('worker', 'backgroundclose', default=dynamicdefault, )