Mercurial > public > mercurial-scm > hg-stable
diff mercurial/configitems.py @ 50497:f57f5ab0e220
branching: merge stable into default
author | Rapha?l Gom?s <rgomes@octobus.net> |
---|---|
date | Tue, 09 May 2023 11:35:50 +0200 |
parents | 4077d6222cf1 4ca794f4e6a3 |
children | 58adcabc295f |
line wrap: on
line diff
--- 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',