diff -r e6b7c6fbeb48 -r 2bcf5e14bb7e mercurial/configitems.py --- a/mercurial/configitems.py Thu May 19 23:39:23 2022 +0100 +++ b/mercurial/configitems.py Thu May 19 23:39:42 2022 +0100 @@ -584,6 +584,11 @@ default=b'', ) coreconfigitem( + b'debug', + b'revlog.debug-delta', + default=False, +) +coreconfigitem( b'defaults', b'.*', default=None,