mercurial/configitems.py
changeset 34608 f12de15c5711
parent 34607 3e6b36ba16ac
child 34609 9d97487514c7
--- a/mercurial/configitems.py	Wed Oct 11 04:15:08 2017 +0200
+++ b/mercurial/configitems.py	Wed Oct 11 04:15:24 2017 +0200
@@ -736,6 +736,9 @@
 coreconfigitem('web', 'deny_push',
     default=list,
 )
+coreconfigitem('web', 'guessmime',
+    default=False,
+)
 coreconfigitem('web', 'accesslog',
     default='-',
 )