clonebundles: reference correct config option
authorGregory Szorc <gregory.szorc@gmail.com>
Sat, 10 Jun 2017 11:33:57 -0700
changeset 32773 d25802b0eef5
parent 32772 7ad95626f6a7
child 32774 5ffb138d7b1a
clonebundles: reference correct config option This option is no longer experimental.
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: