changeset 50460 | f57f5ab0e220 |
parent 50436 | 4077d6222cf1 |
parent 50358 | 4ca794f4e6a3 |
child 50521 | 58adcabc295f |
--- a/mercurial/configitems.py Fri Apr 28 12:12:42 2023 +0200 +++ b/mercurial/configitems.py Tue May 09 11:35:50 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',