Mercurial > hg
changeset 16569:d7c9976b930e
merge with stable
author | Martin Geisler <mg@aragost.com> |
---|---|
date | Wed, 02 May 2012 13:20:06 +0200 |
parents | aef3d0d4631c (current diff) 770190bff625 (diff) |
children | eab32ab5cd65 |
files | |
diffstat | 2 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/commands.py Sun Apr 29 11:19:51 2012 +0200 +++ b/mercurial/commands.py Wed May 02 13:20:06 2012 +0200 @@ -3941,6 +3941,9 @@ See :hg:`help revisions` and :hg:`help revsets` for more about specifying revisions. + See :hg:`help templates` for more about pre-packaged styles and + specifying custom templates. + Returns 0 on success. """
--- a/mercurial/help.py Sun Apr 29 11:19:51 2012 +0200 +++ b/mercurial/help.py Wed May 02 13:20:06 2012 +0200 @@ -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),