comparison mercurial/commands.py @ 20669:870d60294b04

templater: deprecate --style now that -T exists
author Matt Mackall <mpm@selenic.com>
date Mon, 10 Mar 2014 15:00:41 -0500
parents 945bc5497e6d
children 2764148aa088
comparison
equal deleted inserted replaced
20668:3a35ba2681ec 20669:870d60294b04
87 _('record the specified user as committer'), _('USER')), 87 _('record the specified user as committer'), _('USER')),
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 (DEPRECATED)'), _('STYLE')),
93 ('T', 'template', '', 93 ('T', 'template', '',
94 _('display with template'), _('TEMPLATE')), 94 _('display with template'), _('TEMPLATE')),
95 ] 95 ]
96 96
97 logopts = [ 97 logopts = [