Mercurial > hg
changeset 20669:870d60294b04
templater: deprecate --style now that -T exists
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Mon, 10 Mar 2014 15:00:41 -0500 |
parents | 3a35ba2681ec |
children | 0084fcd5d7e2 |
files | mercurial/commands.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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')), ]