# HG changeset patch # User Matt Harbison # Date 1462760889 14400 # 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 -r c4f0e764b231 -r 1111e84de635 mercurial/help/internals/revlogs.txt --- a/mercurial/help/internals/revlogs.txt Fri May 06 14:09:11 2016 -0700 +++ b/mercurial/help/internals/revlogs.txt Sun May 08 22:28:09 2016 -0400 @@ -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