Mercurial > hg
changeset 27413:f675ab4d0781
clonebundles: fix bundlespec typo
author | Mathias De Maré <mathias.demare@gmail.com> |
---|---|
date | Wed, 16 Dec 2015 12:33:54 +0100 |
parents | 14b184263846 |
children | 6602a7b9deec |
files | hgext/clonebundles.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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