--- a/tests/test-help.t Sun Dec 13 10:45:27 2015 -0800
+++ b/tests/test-help.t Sun Dec 13 10:35:03 2015 -0800
@@ -111,6 +111,7 @@
glossary Glossary
hgignore Syntax for Mercurial Ignore Files
hgweb Configuring hgweb
+ internals Technical implementation topics
merge-tools Merge Tools
multirevs Specifying Multiple Revisions
patterns File Name Patterns
@@ -187,6 +188,7 @@
glossary Glossary
hgignore Syntax for Mercurial Ignore Files
hgweb Configuring hgweb
+ internals Technical implementation topics
merge-tools Merge Tools
multirevs Specifying Multiple Revisions
patterns File Name Patterns
@@ -773,6 +775,7 @@
glossary Glossary
hgignore Syntax for Mercurial Ignore Files
hgweb Configuring hgweb
+ internals Technical implementation topics
merge-tools Merge Tools
multirevs Specifying Multiple Revisions
patterns File Name Patterns
@@ -862,6 +865,14 @@
(use "hg help -v debug" to show built-in aliases and global options)
+internals topic renders index of available sub-topics
+
+ $ hg help internals
+ Technical implementation topics
+ """""""""""""""""""""""""""""""
+
+ bundles container for exchange of repository data
+ changegroups representation of revlog data
Test list of commands with command with no help text
@@ -1530,6 +1541,13 @@
Configuring hgweb
</td></tr>
<tr><td>
+ <a href="/help/internals">
+ internals
+ </a>
+ </td><td>
+ Technical implementation topics
+ </td></tr>
+ <tr><td>
<a href="/help/merge-tools">
merge-tools
</a>