diff -r 0bb3089fe735 -r 71f692f1f678 mercurial/help.py --- a/mercurial/help.py Sat Feb 25 14:09:55 2017 +0900 +++ b/mercurial/help.py Wed Mar 01 20:22:04 2017 +0100 @@ -208,6 +208,7 @@ return ''.join(lines) helptable = sorted([ + (['color'], _("Colorizing Outputs"), loaddoc('color')), (["config", "hgrc"], _("Configuration Files"), loaddoc('config')), (["dates"], _("Date Formats"), loaddoc('dates')), (["patterns"], _("File Name Patterns"), loaddoc('patterns')),