# HG changeset patch # User Gregory Szorc # Date 1497119637 25200 # Node ID d25802b0eef5537dcaa479852d08a9d41d431855 # Parent 7ad95626f6a7b77198f7c3a9a0352491ba6e1c26 clonebundles: reference correct config option This option is no longer experimental. diff -r 7ad95626f6a7 -r d25802b0eef5 hgext/clonebundles.py --- a/hgext/clonebundles.py Sat Jun 10 14:09:54 2017 -0700 +++ b/hgext/clonebundles.py Sat Jun 10 11:33:57 2017 -0700 @@ -136,7 +136,7 @@ Manifests can contain multiple entries. Assuming metadata is defined, clients will filter entries from the manifest that they don't support. The remaining entries are optionally sorted by client preferences -(``experimental.clonebundleprefers`` config option). The client then attempts +(``ui.clonebundleprefers`` config option). The client then attempts to fetch the bundle at the first URL in the remaining list. **Errors when downloading a bundle will fail the entire clone operation: