diff relnotes/next @ 49725:53e4f44ba0e8

configitems: enable pullbundles by default The use of pullbundles is already protected: they are only used when a pullbundles.manifest file is created on the server. Having an additional flag doesn't really make sense and can confuse users (as indicated in the mercurial mailing list on the topic "Can't get pull-bundles working").
author Mathias De Mare <mathias.de_mare@nokia.com>
date Mon, 07 Nov 2022 09:25:20 +0100
parents a974c52fb79a
children 18282cf18aa2
line wrap: on
line diff
--- a/relnotes/next	Fri Nov 04 22:59:16 2022 -0400
+++ b/relnotes/next	Mon Nov 07 09:25:20 2022 +0100
@@ -22,3 +22,7 @@
 == Internal API Changes ==
 
 == Miscellaneous ==
+
+ * pullbundle support no longer requires setting a server-side option,
+   providing a .hg/pullbundles.manifest according to the syntax specified in
+   'hg help -e clonebundles' is enough.