##// END OF EJS Templates
templater: deprecate --style now that -T exists
Matt Mackall -
r20669:870d6029 default
parent child Browse files
Show More
@@ -89,7 +89,7 b' commitopts2 = ['
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 ]
General Comments 0
You need to be logged in to leave comments. Login now