# HG changeset patch # User Matt Harbison # Date 2016-05-09 02:28:09 # Node ID 1111e84de635213b0be18055a180afdf34821cf9 # Parent c4f0e764b231b55ccce1af78928b8c6c2bdcb201 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