Mercurial > hg-stable
changeset 44422:a6fb134bd086
revlog-compression: release note entry for update the config to be a list
I updated the changeset, but forgot to phabsend apparently.
Differential Revision: https://phab.mercurial-scm.org/D8165
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Wed, 26 Feb 2020 17:16:25 +0100 |
parents | d518994384a4 |
children | efd73cdcfbac |
files | relnotes/next |
diffstat | 1 files changed, 9 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/relnotes/next Tue Feb 18 19:11:18 2020 +0100 +++ b/relnotes/next Wed Feb 26 17:16:25 2020 +0100 @@ -14,6 +14,15 @@ * `hg copy --forget` can be used to unmark a file as copied. + * The `format.revlog-compression` configuration entry now accept a list. The + first available option will be used. for example setting:: + + [format] + revlog-compression=zstd, zlib + + Will use `zstd` compression for new repositories is available, and will + simply fall back to `zlib` if not. + == New Experimental Features == * `hg copy` now supports a `--at-rev` argument to mark files as