diff -r 66df1059b7c0 -r 0d703063d0c8 mercurial/cmdutil.py --- 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 = [