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