help: add a missing blank line to unhide `revlog-compression` stable
authorMatt Harbison <matt_harbison@yahoo.com>
Sat, 22 Jun 2019 23:04:52 -0400
branchstable
changeset 42515 a504aed0a78a
parent 42511 044045dce23a
child 42516 ebbbf25ae266
child 42545 2c27b7fadcd3
help: add a missing blank line to unhide `revlog-compression` The help was output, but it was elided with "Enabled by default" from the previous item.
mercurial/help/config.txt
tests/test-help.t
--- a/mercurial/help/config.txt	Fri Jun 21 03:50:40 2019 +0200
+++ b/mercurial/help/config.txt	Sat Jun 22 23:04:52 2019 -0400
@@ -866,6 +866,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	Fri Jun 21 03:50:40 2019 +0200
+++ b/tests/test-help.t	Sat Jun 22 23:04:52 2019 -0400
@@ -1509,6 +1509,8 @@
   
       "sparse-revlog"
   
+      "revlog-compression"
+  
       "profiling"
       -----------