mercurial/configitems.py
changeset 37009 5890e5872f36
parent 36999 e349ad5cbb71
child 37046 1cfef5693203
--- a/mercurial/configitems.py	Tue Mar 13 08:58:52 2018 -0700
+++ b/mercurial/configitems.py	Tue Mar 13 09:45:56 2018 -0700
@@ -1255,6 +1255,9 @@
 coreconfigitem('web', 'refreshinterval',
     default=20,
 )
+coreconfigitem('web', 'server-header',
+    default=None,
+)
 coreconfigitem('web', 'staticurl',
     default=None,
 )