# HG changeset patch # User Matt Mackall # Date 1394481641 18000 # Node ID 870d60294b047bab8b616af981777c1e90a97ef7 # Parent 3a35ba2681ecbbaeebf52f3959cf4655af78bfb6 templater: deprecate --style now that -T exists 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')), ]