Mercurial > public > mercurial-scm > hg-stable
diff mercurial/configitems.py @ 39809:536f22d6c2c5
hgweb: register web.static to the config table
Otherwise we would got a develwarn.
author | Yuya Nishihara <yuya@tcha.org> |
---|---|
date | Sun, 23 Sep 2018 16:15:48 +0900 |
parents | 4bd6e444c76f |
children | db5501d93bcf |
line wrap: on
line diff
--- a/mercurial/configitems.py Sun Sep 23 17:01:26 2018 +0900 +++ b/mercurial/configitems.py Sun Sep 23 16:15:48 2018 +0900 @@ -1352,6 +1352,9 @@ coreconfigitem('web', 'server-header', default=None, ) +coreconfigitem('web', 'static', + default=None, +) coreconfigitem('web', 'staticurl', default=None, )