Mercurial > hg-stable
changeset 34238:4a192d70502e
configitems: register the 'web.baseurl' config
author | Boris Feld <boris.feld@octobus.net> |
---|---|
date | Fri, 30 Jun 2017 03:45:35 +0200 |
parents | b0a567017647 |
children | f33904b8bb77 |
files | mercurial/configitems.py |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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, )