mercurial/configitems.py
changeset 49610 9cac281eb9c0
parent 49577 53e4f44ba0e8
child 49611 35d4c2124073
--- a/mercurial/configitems.py	Tue Nov 15 18:08:56 2022 +0100
+++ b/mercurial/configitems.py	Tue Nov 15 16:25:23 2022 +0100
@@ -588,6 +588,12 @@
     b'revlog.debug-delta',
     default=False,
 )
+# display extra information about the bundling process
+coreconfigitem(
+    b'debug',
+    b'bundling-stats',
+    default=False,
+)
 coreconfigitem(
     b'defaults',
     b'.*',