mercurial/help/config.txt
changeset 40043 6509fcec830c
parent 39792 ff0060d2a099
child 40299 3570adf20d91
--- a/mercurial/help/config.txt	Wed Sep 26 23:50:14 2018 +0200
+++ b/mercurial/help/config.txt	Thu Oct 04 11:28:48 2018 +0200
@@ -1322,6 +1322,15 @@
     Optional. Always use the proxy, even for localhost and any entries
     in ``http_proxy.no``. (default: False)
 
+``http``
+----------
+
+Used to configure access to Mercurial repositories via HTTP.
+
+``timeout``
+    If set, blocking operations will timeout after that many seconds.
+    (default: None)
+
 ``merge``
 ---------