changeset 34759:cd7bf9ad0e69

configitems: register the 'web.staticurl' config
author Boris Feld <boris.feld@octobus.net>
date Fri, 13 Oct 2017 23:03:46 +0200
parents 9ea416a4b4f7
children 3819809198c6
files mercurial/configitems.py
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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,
 )