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