Mercurial > public > mercurial-scm > hg-stable
diff mercurial/help.py @ 16568:770190bff625 stable
help: add reference to template help (issue3413)
There is currently no clear link between the help for log
and the help on templates. The log option is --template
but the template help is 'help templating' or 'help templates'.
This patch makes 'hg help template' work and also adds a
note into the log help explaining where to find more info.
author | A. S. Budden <abudden@gmail.com> |
---|---|
date | Tue, 01 May 2012 22:14:51 +0100 |
parents | 23072be2eaa3 |
children | a17983680f12 |
line wrap: on
line diff
--- a/mercurial/help.py Tue May 01 16:40:31 2012 -0500 +++ b/mercurial/help.py Tue May 01 22:14:51 2012 +0100 @@ -64,7 +64,7 @@ (['fileset', 'filesets'], _("Specifying File Sets"), loaddoc('filesets')), (['diffs'], _('Diff Formats'), loaddoc('diffs')), (['merge-tools'], _('Merge Tools'), loaddoc('merge-tools')), - (['templating', 'templates'], _('Template Usage'), + (['templating', 'templates', 'template', 'style'], _('Template Usage'), loaddoc('templates')), (['urls'], _('URL Paths'), loaddoc('urls')), (["extensions"], _("Using Additional Features"), extshelp),