diff -r 9cac281eb9c0 -r 35d4c2124073 mercurial/configitems.py --- 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'.*',