mercurial/commands.py
changeset 20669 870d60294b04
parent 20665 945bc5497e6d
child 20702 2764148aa088
--- 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')),
 ]