Mercurial > public > mercurial-scm > hg-stable
diff mercurial/help.py @ 31144:71f692f1f678
color: update the help table
We also need to reference the new topic in the great old help table.
author | Pierre-Yves David <pierre-yves.david@ens-lyon.org> |
---|---|
date | Wed, 01 Mar 2017 20:22:04 +0100 |
parents | 6918c9215201 |
children | 79715ba22f9c |
line wrap: on
line diff
--- 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')),