diff hgext/clonebundles.py @ 27737:482eb357fe98

exchange: make clonebundleprefers non-experimental In preparation for making the feature enabled by default.
author Gregory Szorc <gregory.szorc@gmail.com>
date Fri, 08 Jan 2016 10:57:01 -0800
parents 7644d3aeedec
children a0e783d26e81
line wrap: on
line diff
--- a/hgext/clonebundles.py	Fri Jan 08 10:53:07 2016 -0800
+++ b/hgext/clonebundles.py	Fri Jan 08 10:57:01 2016 -0800
@@ -170,15 +170,6 @@
 
 experimental.clonebundles
    Whether the clone bundles feature is enabled on clients. Defaults to true.
-
-experimental.clonebundleprefers
-   List of "key=value" properties the client prefers in bundles. Downloaded
-   bundle manifests will be sorted by the preferences in this list. e.g.
-   the value "BUNDLESPEC=gzip-v1, BUNDLESPEC=bzip2-v1" will prefer a gzipped
-   version 1 bundle type then bzip2 version 1 bundle type.
-
-   If not defined, the order in the manifest will be used and the first
-   available bundle will be downloaded.
 """
 
 from mercurial import (