changeset 31129 | 71f692f1f678 |
parent 31080 | 6918c9215201 |
child 31265 | 79715ba22f9c |
--- 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')),