Submitter | phabricator |
---|---|
Date | May 16, 2019, 11:58 a.m. |
Message ID | <5b415519f7da6ce22e1afda8b02e23a3@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/40086/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/tests/test-help.t b/tests/test-help.t --- a/tests/test-help.t +++ b/tests/test-help.t @@ -1511,6 +1511,8 @@ "sparse-revlog" + "revlog-compression" + "profiling" ----------- diff --git a/mercurial/help/config.txt b/mercurial/help/config.txt --- a/mercurial/help/config.txt +++ b/mercurial/help/config.txt @@ -870,6 +870,7 @@ Repositories with this on-disk format require Mercurial version 4.7 Enabled by default. + ``revlog-compression`` Compression algorithm used by revlog. Supported value are `zlib` and `zstd`. The `zlib` engine is the historical default of Mercurial. `zstd` is a newer