diff -r b5c227f3e461 -r a4ee6f774f14 mercurial/commands.py --- a/mercurial/commands.py Mon Apr 20 10:52:20 2015 +0300 +++ b/mercurial/commands.py Thu Apr 30 22:40:18 2015 +0900 @@ -105,7 +105,7 @@ # hidden for now formatteropts = [ ('T', 'template', '', - _('display with template (DEPRECATED)'), _('TEMPLATE')), + _('display with template (EXPERIMENTAL)'), _('TEMPLATE')), ] templateopts = [