diff mercurial/configitems.py @ 34584:bf2389b1f15e

configitems: register the 'web.view' config
author Boris Feld <boris.feld@octobus.net>
date Wed, 11 Oct 2017 03:18:04 +0200
parents dc91580a0a88
children f28c85e29afc
line wrap: on
line diff
--- a/mercurial/configitems.py	Wed Oct 11 15:25:57 2017 +0200
+++ b/mercurial/configitems.py	Wed Oct 11 03:18:04 2017 +0200
@@ -748,6 +748,9 @@
 coreconfigitem('web', 'templates',
     default=None,
 )
+coreconfigitem('web', 'view',
+    default='served',
+)
 coreconfigitem('worker', 'backgroundclose',
     default=dynamicdefault,
 )