templater: deprecate --style now that -T exists
authorMatt Mackall <mpm@selenic.com>
Mon, 10 Mar 2014 15:00:41 -0500
changeset 20669 870d60294b04
parent 20668 3a35ba2681ec
child 20670 0084fcd5d7e2
templater: deprecate --style now that -T exists
mercurial/commands.py
--- a/mercurial/commands.py	Sat Mar 08 17:38:50 2014 -0600
+++ b/mercurial/commands.py	Mon Mar 10 15:00:41 2014 -0500
@@ -89,7 +89,7 @@
 
 templateopts = [
     ('', 'style', '',
-     _('display using template map file'), _('STYLE')),
+     _('display using template map file (DEPRECATED)'), _('STYLE')),
     ('T', 'template', '',
      _('display with template'), _('TEMPLATE')),
 ]