D8165: revlog-compression: release note entry for update the config to be a list

marmoute (Pierre-Yves David) phabricator at mercurial-scm.org
Wed Feb 26 19:53:45 UTC 2020


marmoute updated this revision to Diff 20348.

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D8165?vs=20341&id=20348

BRANCH
  default

CHANGES SINCE LAST ACTION
  https://phab.mercurial-scm.org/D8165/new/

REVISION DETAIL
  https://phab.mercurial-scm.org/D8165

AFFECTED FILES
  relnotes/next

CHANGE DETAILS

diff --git a/relnotes/next b/relnotes/next
--- a/relnotes/next
+++ b/relnotes/next
@@ -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



To: marmoute, #hg-reviewers
Cc: mercurial-devel


More information about the Mercurial-devel mailing list