diff mercurial/configitems.py @ 34590:95f4e5b1ec92

configitems: register the 'web.maxchanges' config
author Boris Feld <boris.feld@octobus.net>
date Wed, 11 Oct 2017 03:41:48 +0200
parents 883d06211973
children f00eef0922ff
line wrap: on
line diff
--- a/mercurial/configitems.py	Wed Oct 11 03:41:01 2017 +0200
+++ b/mercurial/configitems.py	Wed Oct 11 03:41:48 2017 +0200
@@ -730,6 +730,9 @@
 coreconfigitem('web', 'ipv6',
     default=False,
 )
+coreconfigitem('web', 'maxchanges',
+    default=10,
+)
 coreconfigitem('web', 'maxfiles',
     default=10,
 )