# HG changeset patch # User Matt Mackall # Date 2014-03-10 20:00:41 # Node ID 870d60294b047bab8b616af981777c1e90a97ef7 # Parent 3a35ba2681ecbbaeebf52f3959cf4655af78bfb6 templater: deprecate --style now that -T exists diff --git a/mercurial/commands.py b/mercurial/commands.py --- a/mercurial/commands.py +++ b/mercurial/commands.py @@ -89,7 +89,7 @@ commitopts2 = [ templateopts = [ ('', 'style', '', - _('display using template map file'), _('STYLE')), + _('display using template map file (DEPRECATED)'), _('STYLE')), ('T', 'template', '', _('display with template'), _('TEMPLATE')), ]