changeset 50358:4ca794f4e6a3 stable

debug-delta: add minimal documentation for `devel.bundle-delta` option So the next person won't have to grep the code to know what it is doing.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Tue, 18 Apr 2023 15:26:55 +0200
parents 8038493eb31a
children f4ff55583dec
files mercurial/configitems.py
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/configitems.py	Wed Apr 19 16:37:11 2023 +0200
+++ b/mercurial/configitems.py	Tue Apr 18 15:26:55 2023 +0200
@@ -616,6 +616,10 @@
     b'bundle2.debug',
     default=False,
 )
+# which kind of delta to put in the bundled changegroup. Possible value
+# - '': use default behavior
+# - p1: force to always use delta against p1
+# - full: force to always use full content
 coreconfigitem(
     b'devel',
     b'bundle.delta',