mercurial/configitems.py
changeset 49227 2bcf5e14bb7e
parent 49195 411d591e0a27
child 49339 9e203cda3238
--- 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,