mercurial/configitems.py
changeset 34588 0d9928a67254
parent 34587 b50c036494dc
child 34589 883d06211973
--- a/mercurial/configitems.py	Wed Oct 11 03:36:44 2017 +0200
+++ b/mercurial/configitems.py	Wed Oct 11 03:39:21 2017 +0200
@@ -730,6 +730,9 @@
 coreconfigitem('web', 'ipv6',
     default=False,
 )
+coreconfigitem('web', 'maxshortchanges',
+    default=60,
+)
 coreconfigitem('web', 'motd',
     default='',
 )