diff mercurial/configitems.py @ 49227:2bcf5e14bb7e

deltas: add a `debug.revlog.debug-delta` config option enable output This provide a way to enable the code introduced in the previous changeset. This will provide a large amount of output when applying a bundle with details about each delta "computation".
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Thu, 19 May 2022 23:39:42 +0100
parents 411d591e0a27
children 9e203cda3238
line wrap: on
line diff
--- 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,