mercurial/configitems.py
changeset 40043 6509fcec830c
parent 39996 dbcb466d0065
child 40057 25b2868206e2
--- a/mercurial/configitems.py	Wed Sep 26 23:50:14 2018 +0200
+++ b/mercurial/configitems.py	Thu Oct 04 11:28:48 2018 +0200
@@ -737,6 +737,11 @@
 coreconfigitem('http_proxy', 'user',
     default=None,
 )
+
+coreconfigitem('http', 'timeout',
+    default=None,
+)
+
 coreconfigitem('logtoprocess', 'commandexception',
     default=None,
 )