diff mercurial/configitems.py @ 49610:35d4c2124073

debug: add an option to display statistic about a unbundling operation This will helps a lot to understand how the bundling decision have actually impacted pull/unbundle on the other side.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Mon, 17 Oct 2022 22:19:43 +0200
parents 9cac281eb9c0
children 5744ceeb9067
line wrap: on
line diff
--- a/mercurial/configitems.py	Tue Nov 15 16:25:23 2022 +0100
+++ b/mercurial/configitems.py	Mon Oct 17 22:19:43 2022 +0200
@@ -594,6 +594,12 @@
     b'bundling-stats',
     default=False,
 )
+# display extra information about the unbundling process
+coreconfigitem(
+    b'debug',
+    b'unbundling-stats',
+    default=False,
+)
 coreconfigitem(
     b'defaults',
     b'.*',