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, )