[PATCH] clonebundles: reference correct config option

Gregory Szorc gregory.szorc at gmail.com
Sat Jun 10 18:34:04 UTC 2017


# HG changeset patch
# User Gregory Szorc <gregory.szorc at gmail.com>
# Date 1497119637 25200
#      Sat Jun 10 11:33:57 2017 -0700
# Node ID 414dbf7b0745aab6e6167ebd18e20754496dd950
# Parent  23734c0e361fa19c1c580672f0f06d9117e367e6
clonebundles: reference correct config option

This option is no longer experimental.

diff --git a/hgext/clonebundles.py b/hgext/clonebundles.py
--- a/hgext/clonebundles.py
+++ b/hgext/clonebundles.py
@@ -136,7 +136,7 @@ REQUIRESNI
 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:


More information about the Mercurial-devel mailing list