D6386: help: add missing blank line, making "revlog-compression" show up

martinvonz (Martin von Zweigbergk) phabricator at mercurial-scm.org
Thu May 16 06:28:49 UTC 2019


martinvonz created this revision.
Herald added a subscriber: mercurial-devel.
Herald added a reviewer: hg-reviewers.

REPOSITORY
  rHG Mercurial

REVISION DETAIL
  https://phab.mercurial-scm.org/D6386

AFFECTED FILES
  mercurial/help/config.txt
  tests/test-help.t

CHANGE DETAILS

diff --git a/tests/test-help.t b/tests/test-help.t
--- a/tests/test-help.t
+++ b/tests/test-help.t
@@ -1511,6 +1511,8 @@
   
       "sparse-revlog"
   
+      "revlog-compression"
+  
       "profiling"
       -----------
   
diff --git a/mercurial/help/config.txt b/mercurial/help/config.txt
--- a/mercurial/help/config.txt
+++ b/mercurial/help/config.txt
@@ -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



To: martinvonz, #hg-reviewers
Cc: mercurial-devel


More information about the Mercurial-devel mailing list