--- a/mercurial/help.py Sat Apr 01 13:29:01 2017 -0700
+++ b/mercurial/help.py Sat Apr 01 13:42:06 2017 -0700
@@ -210,6 +210,7 @@
return ''.join(lines)
helptable = sorted([
+ (['bundlespec'], _("Bundle File Formats"), loaddoc('bundlespec')),
(['color'], _("Colorizing Outputs"), loaddoc('color')),
(["config", "hgrc"], _("Configuration Files"), loaddoc('config')),
(["dates"], _("Date Formats"), loaddoc('dates')),
@@ -283,6 +284,8 @@
return makeitemsdoc(ui, topic, doc, marker, symbols, dedent=dedent)
addtopichook(topic, add)
+addtopicsymbols('bundlespec', '.. bundlecompressionmarker',
+ util.bundlecompressiontopics())
addtopicsymbols('filesets', '.. predicatesmarker', fileset.symbols)
addtopicsymbols('merge-tools', '.. internaltoolsmarker',
filemerge.internalsdoc)