Mercurial > public > mercurial-scm > hg-stable
comparison 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 |
comparison
equal
deleted
inserted
replaced
31143:0bb3089fe735 | 31144:71f692f1f678 |
---|---|
206 lines.append(' :%s: %s\n' % (names[0], header)) | 206 lines.append(' :%s: %s\n' % (names[0], header)) |
207 | 207 |
208 return ''.join(lines) | 208 return ''.join(lines) |
209 | 209 |
210 helptable = sorted([ | 210 helptable = sorted([ |
211 (['color'], _("Colorizing Outputs"), loaddoc('color')), | |
211 (["config", "hgrc"], _("Configuration Files"), loaddoc('config')), | 212 (["config", "hgrc"], _("Configuration Files"), loaddoc('config')), |
212 (["dates"], _("Date Formats"), loaddoc('dates')), | 213 (["dates"], _("Date Formats"), loaddoc('dates')), |
213 (["patterns"], _("File Name Patterns"), loaddoc('patterns')), | 214 (["patterns"], _("File Name Patterns"), loaddoc('patterns')), |
214 (['environment', 'env'], _('Environment Variables'), | 215 (['environment', 'env'], _('Environment Variables'), |
215 loaddoc('environment')), | 216 loaddoc('environment')), |