mercurial/help/config.txt
changeset 27738 a0e783d26e81
parent 27737 482eb357fe98
child 27739 d6d3cf5fda6f
--- a/mercurial/help/config.txt	Fri Jan 08 10:57:01 2016 -0800
+++ b/mercurial/help/config.txt	Fri Jan 08 10:58:04 2016 -0800
@@ -1487,6 +1487,16 @@
     default ``USER@HOST`` is used instead.
     (default: False)
 
+``clonebundles``
+    Whether the "clone bundles" feature is enabled.
+
+    When enabled, :hg:`clone` may download and apply a server-advertised
+    bundle file from a URL instead of using the normal exchange mechanism.
+
+    This can likely result in faster and more reliable clones.
+
+    (default: True)
+
 ``clonebundlefallback``
     Whether failure to apply an advertised "clone bundle" from a server
     should result in fallback to a regular clone.