##// 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 90 templateopts = [
91 91 ('', 'style', '',
92 _('display using template map file'), _('STYLE')),
92 _('display using template map file (DEPRECATED)'), _('STYLE')),
93 93 ('T', 'template', '',
94 94 _('display with template'), _('TEMPLATE')),
95 95 ]
General Comments 0
You need to be logged in to leave comments. Login now