diff mercurial/configitems.py @ 34608:f12de15c5711

configitems: register the 'web.guessmime' config
author Boris Feld <boris.feld@octobus.net>
date Wed, 11 Oct 2017 04:15:24 +0200
parents 3e6b36ba16ac
children 9d97487514c7
line wrap: on
line diff
--- 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='-',
 )