From patchwork Mon May 9 02:29:39 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [STABLE] help: fix the display for `hg help internals.revlogs` (issue5227) From: Matt Harbison X-Patchwork-Id: 14983 Message-Id: <5de7c07043e332681eb9.1462760979@Envy> To: mercurial-devel@mercurial-scm.org Date: Sun, 08 May 2016 22:29:39 -0400 # HG changeset patch # User Matt Harbison # Date 1462760889 14400 # Sun May 08 22:28:09 2016 -0400 # Branch stable # Node ID 5de7c07043e332681eb96543e12765a6a3cc6fd9 # Parent ad8cb6d19d53a76f3f23a5a45fe6e82244783fed help: fix the display for `hg help internals.revlogs` (issue5227) It previously aborted saying the help section wasn't found. Credit to Yuya for figuring out the fix. diff --git a/mercurial/help/internals/revlogs.txt b/mercurial/help/internals/revlogs.txt --- a/mercurial/help/internals/revlogs.txt +++ b/mercurial/help/internals/revlogs.txt @@ -1,5 +1,5 @@ -Revisions Logs -============== +Revlogs +======= Revision logs - or *revlogs* - are an append only data structure for storing discrete entries, or *revisions*. They are the primary storage