mercurial/cmdutil.py
changeset 39931 0d703063d0c8
parent 39818 24e493ec2229
child 40029 e2697acd9381
--- 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 = [