mercurial/help.py
changeset 9298 8a254bd61224
parent 9295 b0f447a259ab
child 9299 fbe7172026f7
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).