Mercurial > hg
diff mercurial/changelog.py @ 52166:13815c9decd4
changelog: also set the general delta config flag in the data config
This duplication is dubious, but it's a decision to be made at a later date,
this is the fix.
author | Raphaël Gomès <rgomes@octobus.net> |
---|---|
date | Wed, 19 Jun 2024 17:03:13 +0200 |
parents | f4733654f144 |
children |
line wrap: on
line diff
--- a/mercurial/changelog.py Mon Jul 29 15:03:52 2024 +0200 +++ b/mercurial/changelog.py Wed Jun 19 17:03:13 2024 +0200 @@ -324,6 +324,7 @@ self._format_flags &= ~revlog.FLAG_GENERALDELTA self.delta_config.general_delta = False + self.data_config.generaldelta = False # Delta chains for changelogs tend to be very small because entries # tend to be small and don't delta well with each. So disable delta