On Sun, 30 Sep 2018 22:43:50 +0900
Yuya Nishihara <y...@tcha.org> wrote:

> # HG changeset patch
> # User Yuya Nishihara <y...@tcha.org>
> # Date 1538290416 -32400
> #      Sun Sep 30 15:53:36 2018 +0900
> # Node ID d954a8babb5886ee0331265d3994fdcd52983f50
> # Parent  6b1a87ee8753534543236e3a64e66e8f0382b5eb
> 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.

Even though I'm not a fan of how certain variables are named, I'm
actually excited to see -T/--template on more commands :)

> diff --git a/mercurial/cmdutil.py b/mercurial/cmdutil.py
> --- a/mercurial/cmdutil.py
> +++ b/mercurial/cmdutil.py
> @@ -100,7 +100,7 @@ commitopts2 = [
>  # hidden for now

I think this comment refers to the marker and needs to be removed too.

>  formatteropts = [
>      ('T', 'template', '',
> -     _('display with template (EXPERIMENTAL)'), _('TEMPLATE')),
> +     _('display with template'), _('TEMPLATE')),
>  ]
_______________________________________________
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel

Reply via email to