# HG changeset patch # User Mathias De Maré # Date 1450265634 -3600 # Node ID f675ab4d07811dad498d9bf6e6c3b0dadd77a6b3 # Parent 14b184263846a302570ace1b92c53cf0ba08f998 clonebundles: fix bundlespec typo diff -r 14b184263846 -r f675ab4d0781 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