hgext/clonebundles.py
changeset 27738 a0e783d26e81
parent 27737 482eb357fe98
child 27886 0288e63ea3be
--- a/hgext/clonebundles.py	Fri Jan 08 10:57:01 2016 -0800
+++ b/hgext/clonebundles.py	Fri Jan 08 10:58:04 2016 -0800
@@ -1,7 +1,7 @@
 # This software may be used and distributed according to the terms of the
 # GNU General Public License version 2 or any later version.
 
-"""advertise pre-generated bundles to seed clones (experimental)
+"""advertise pre-generated bundles to seed clones
 
 "clonebundles" is a server-side extension used to advertise the existence
 of pre-generated, externally hosted bundle files to clients that are
@@ -160,16 +160,6 @@
 occurs. So server operators should prepare for some people to follow these
 instructions when a failure occurs, thus driving more load to the original
 Mercurial server when the bundle hosting service fails.
-
-The following config options influence the behavior of the clone bundles
-feature:
-
-ui.clonebundlefallback
-   Whether to automatically fall back to a traditional clone in case of
-   clone bundles failure. Defaults to false for reasons described above.
-
-experimental.clonebundles
-   Whether the clone bundles feature is enabled on clients. Defaults to true.
 """
 
 from mercurial import (