mercurial/configitems.py
changeset 49611 35d4c2124073
parent 49610 9cac281eb9c0
child 49644 5744ceeb9067
--- 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'.*',