changeset 42515:a504aed0a78a stable

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.
author Matt Harbison <matt_harbison@yahoo.com>
date Sat, 22 Jun 2019 23:04:52 -0400
parents 044045dce23a
children ebbbf25ae266 2c27b7fadcd3
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	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"
       -----------