Submitter | Yuya Nishihara |
---|---|
Date | May 2, 2015, 2:36 a.m. |
Message ID | <0ef6e2e2bd9316ecff7d.1430534209@mimosa> |
Download | mbox | patch |
Permalink | /patch/8839/ |
State | Accepted |
Commit | a4ee6f774f14b68e8dc887745699ba6a2ae28355 |
Headers | show |
Comments
On Sat, 2015-05-02 at 11:36 +0900, Yuya Nishihara wrote: > # HG changeset patch > # User Yuya Nishihara <yuya@tcha.org> > # Date 1430401218 -32400 > # Thu Apr 30 22:40:18 2015 +0900 > # Node ID 0ef6e2e2bd9316ecff7d01768346cdf03b90ab97 > # Parent e9edd53770fb77a9787a3e6592a3bf0a29c1bd80 > commands: hide formatter option as EXPERIMENTAL, not as DEPRECATED Stuck this one on stable, thanks.
Patch
diff --git a/mercurial/commands.py b/mercurial/commands.py --- a/mercurial/commands.py +++ b/mercurial/commands.py @@ -105,7 +105,7 @@ commitopts2 = [ # hidden for now formatteropts = [ ('T', 'template', '', - _('display with template (DEPRECATED)'), _('TEMPLATE')), + _('display with template (EXPERIMENTAL)'), _('TEMPLATE')), ] templateopts = [