comparison 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
comparison
equal deleted inserted replaced
16563:979b1b7340fb 16568:770190bff625
62 loaddoc('multirevs')), 62 loaddoc('multirevs')),
63 (['revset', 'revsets'], _("Specifying Revision Sets"), loaddoc('revsets')), 63 (['revset', 'revsets'], _("Specifying Revision Sets"), loaddoc('revsets')),
64 (['fileset', 'filesets'], _("Specifying File Sets"), loaddoc('filesets')), 64 (['fileset', 'filesets'], _("Specifying File Sets"), loaddoc('filesets')),
65 (['diffs'], _('Diff Formats'), loaddoc('diffs')), 65 (['diffs'], _('Diff Formats'), loaddoc('diffs')),
66 (['merge-tools'], _('Merge Tools'), loaddoc('merge-tools')), 66 (['merge-tools'], _('Merge Tools'), loaddoc('merge-tools')),
67 (['templating', 'templates'], _('Template Usage'), 67 (['templating', 'templates', 'template', 'style'], _('Template Usage'),
68 loaddoc('templates')), 68 loaddoc('templates')),
69 (['urls'], _('URL Paths'), loaddoc('urls')), 69 (['urls'], _('URL Paths'), loaddoc('urls')),
70 (["extensions"], _("Using Additional Features"), extshelp), 70 (["extensions"], _("Using Additional Features"), extshelp),
71 (["subrepo", "subrepos"], _("Subrepositories"), loaddoc('subrepos')), 71 (["subrepo", "subrepos"], _("Subrepositories"), loaddoc('subrepos')),
72 (["hgweb"], _("Configuring hgweb"), loaddoc('hgweb')), 72 (["hgweb"], _("Configuring hgweb"), loaddoc('hgweb')),