comparison mercurial/commands.py @ 20665:945bc5497e6d

commands: add -T alternative to --template
author Matt Mackall <mpm@selenic.com>
date Sat, 08 Mar 2014 15:27:25 -0600
parents 6ed183760e70
children 870d60294b04
comparison
equal deleted inserted replaced
20664:6ed183760e70 20665:945bc5497e6d
88 ] 88 ]
89 89
90 templateopts = [ 90 templateopts = [
91 ('', 'style', '', 91 ('', 'style', '',
92 _('display using template map file'), _('STYLE')), 92 _('display using template map file'), _('STYLE')),
93 ('', 'template', '', 93 ('T', 'template', '',
94 _('display with template'), _('TEMPLATE')), 94 _('display with template'), _('TEMPLATE')),
95 ] 95 ]
96 96
97 logopts = [ 97 logopts = [
98 ('p', 'patch', None, _('show patch')), 98 ('p', 'patch', None, _('show patch')),