clonebundles: fix bundlespec typo
authorMathias De Maré <mathias.demare@gmail.com>
Wed, 16 Dec 2015 12:33:54 +0100
changeset 27413 f675ab4d0781
parent 27412 14b184263846
child 27414 6602a7b9deec
clonebundles: fix bundlespec typo
hgext/clonebundles.py
--- a/hgext/clonebundles.py	Thu Dec 17 20:13:29 2015 +0000
+++ b/hgext/clonebundles.py	Wed Dec 16 12:33:54 2015 +0100
@@ -183,7 +183,7 @@
 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
+   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