configitems: register the 'web.baseurl' config
authorBoris Feld <boris.feld@octobus.net>
Fri, 30 Jun 2017 03:45:35 +0200
changeset 34231 4a192d70502e
parent 34230 b0a567017647
child 34232 f33904b8bb77
configitems: register the 'web.baseurl' config
mercurial/configitems.py
--- a/mercurial/configitems.py	Fri Jun 30 03:45:34 2017 +0200
+++ b/mercurial/configitems.py	Fri Jun 30 03:45:35 2017 +0200
@@ -594,6 +594,9 @@
 coreconfigitem('web', 'allow_read',
     default=list,
 )
+coreconfigitem('web', 'baseurl',
+    default=None,
+)
 coreconfigitem('worker', 'backgroundclose',
     default=dynamicdefault,
 )