diff -r 3a35ba2681ec -r 870d60294b04 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')), ]