mercurial/configitems.py
changeset 34227 ac96ff471c9a
parent 34077 26531db4647a
child 34228 af4f0c74f8b5
--- a/mercurial/configitems.py	Fri Sep 15 19:21:08 2017 +0200
+++ b/mercurial/configitems.py	Fri Jun 30 03:45:31 2017 +0200
@@ -582,6 +582,9 @@
 coreconfigitem('verify', 'skipflags',
     default=None,
 )
+coreconfigitem('web', 'accesslog',
+    default='-',
+)
 coreconfigitem('worker', 'backgroundclose',
     default=dynamicdefault,
 )