comparison mercurial/help.py @ 9298:8a254bd61224

help: add "templates" as an alias for "templating" help topic
author Martin Geisler <mg@lazybytes.net>
date Mon, 03 Aug 2009 00:01:59 +0200
parents b0f447a259ab
children fbe7172026f7
comparison
equal deleted inserted replaced
9297:3d78a6c5bdc0 9298:8a254bd61224
345 --git option available for many commands, or set 'git = True' in 345 --git option available for many commands, or set 'git = True' in
346 the [diff] section of your hgrc. You do not need to set this 346 the [diff] section of your hgrc. You do not need to set this
347 option when importing diffs in this format or using them in the mq 347 option when importing diffs in this format or using them in the mq
348 extension. 348 extension.
349 ''')), 349 ''')),
350 (['templating'], _('Template Usage'), 350 (['templating', 'templates'], _('Template Usage'),
351 _(r''' 351 _(r'''
352 Mercurial allows you to customize output of commands through 352 Mercurial allows you to customize output of commands through
353 templates. You can either pass in a template from the command 353 templates. You can either pass in a template from the command
354 line, via the --template option, or select an existing 354 line, via the --template option, or select an existing
355 template-style (--style). 355 template-style (--style).