changeset 42315:c77857693005

help: add missing blank line, making "revlog-compression" show up Differential Revision: https://phab.mercurial-scm.org/D6386
author Martin von Zweigbergk <martinvonz@google.com>
date Wed, 15 May 2019 23:26:05 -0700
parents 314056e438a9
children c07dcf7a0247
files mercurial/help/config.txt tests/test-help.t
diffstat 2 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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
--- 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"
       -----------