diff mercurial/cmdutil.py @ 39936:0d703063d0c8

formatter: remove experimental marker from -T option I think it's good enough to stabilize the feature, at least for the core and non-experimental commands.
author Yuya Nishihara <yuya@tcha.org>
date Sun, 30 Sep 2018 15:53:36 +0900
parents 24e493ec2229
children e2697acd9381
line wrap: on
line diff
--- a/mercurial/cmdutil.py	Sun Sep 30 15:37:09 2018 +0900
+++ b/mercurial/cmdutil.py	Sun Sep 30 15:53:36 2018 +0900
@@ -97,10 +97,9 @@
      _('record the specified user as committer'), _('USER')),
 ]
 
-# hidden for now
 formatteropts = [
     ('T', 'template', '',
-     _('display with template (EXPERIMENTAL)'), _('TEMPLATE')),
+     _('display with template'), _('TEMPLATE')),
 ]
 
 templateopts = [