# HG changeset patch # User Boris Feld # Date 1507928626 -7200 # Node ID cd7bf9ad0e69d61cd75c855e311b2ff74bfd37bf # Parent 9ea416a4b4f7ffe4aba1d5382da0d9afd6b3d774 configitems: register the 'web.staticurl' config diff -r 9ea416a4b4f7 -r cd7bf9ad0e69 mercurial/configitems.py --- a/mercurial/configitems.py Thu Oct 12 00:38:18 2017 +0200 +++ b/mercurial/configitems.py Fri Oct 13 23:03:46 2017 +0200 @@ -962,6 +962,9 @@ coreconfigitem('web', 'refreshinterval', default=20, ) +coreconfigitem('web', 'staticurl', + default=None, +) coreconfigitem('web', 'stripes', default=1, )