help: add missing blank line, making "revlog-compression" show up
authorMartin von Zweigbergk <martinvonz@google.com>
Wed, 15 May 2019 23:26:05 -0700
changeset 42315 c77857693005
parent 42314 314056e438a9
child 42316 c07dcf7a0247
help: add missing blank line, making "revlog-compression" show up Differential Revision: https://phab.mercurial-scm.org/D6386
mercurial/help/config.txt
tests/test-help.t
--- 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"
       -----------