[PATCH] commands: hide formatter option as EXPERIMENTAL, not as DEPRECATED

Yuya Nishihara yuya at tcha.org
Sat May 2 02:36:49 UTC 2015


# HG changeset patch
# User Yuya Nishihara <yuya at 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

117b9a101f71 introduced the EXPERIMENTAL marker, so we should use it
consistently.

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 = [


More information about the Mercurial-devel mailing list