Mercurial > hg
changeset 24906:a4ee6f774f14 stable
commands: hide formatter option as EXPERIMENTAL, not as DEPRECATED
117b9a101f71 introduced the EXPERIMENTAL marker, so we should use it
consistently.
author | Yuya Nishihara <yuya@tcha.org> |
---|---|
date | Thu, 30 Apr 2015 22:40:18 +0900 |
parents | b5c227f3e461 |
children | e5b507efb36e b5eb01500696 |
files | mercurial/commands.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 = [