mercurial/configitems.py
changeset 35209 9153871d50e0
parent 35185 66ecde8a704d
child 35236 5a62910948d2
--- a/mercurial/configitems.py	Wed Nov 29 20:36:29 2017 -0500
+++ b/mercurial/configitems.py	Wed Nov 29 20:39:59 2017 -0500
@@ -1081,6 +1081,9 @@
 coreconfigitem('ui', 'timeout',
     default='600',
 )
+coreconfigitem('ui', 'timeout.warn',
+    default=0,
+)
 coreconfigitem('ui', 'traceback',
     default=False,
 )