# HG changeset patch # User Martin von Zweigbergk # Date 1557987965 25200 # Node ID c77857693005f7ded25cf09f30248395c1961ad0 # Parent 314056e438a96a245fc02eaa20039a505712b3ce help: add missing blank line, making "revlog-compression" show up Differential Revision: https://phab.mercurial-scm.org/D6386 diff -r 314056e438a9 -r c77857693005 mercurial/help/config.txt --- a/mercurial/help/config.txt Wed May 15 11:53:22 2019 -0700 +++ b/mercurial/help/config.txt Wed May 15 23:26:05 2019 -0700 @@ -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 diff -r 314056e438a9 -r c77857693005 tests/test-help.t --- a/tests/test-help.t Wed May 15 11:53:22 2019 -0700 +++ b/tests/test-help.t Wed May 15 23:26:05 2019 -0700 @@ -1511,6 +1511,8 @@ "sparse-revlog" + "revlog-compression" + "profiling" -----------