On Mon, 10 Oct 2016 14:33:17 +0200, Denis Laxalde wrote:
> # HG changeset patch
> # User Denis Laxalde <denis.laxa...@logilab.fr>
> # Date 1475933106 -7200
> #      Sat Oct 08 15:25:06 2016 +0200
> # Node ID 6c916ce602f5c92c5a5a4de954629670b8c7ca8c
> # Parent  dbcef8918bbdd8a64d9f79a37bcfa284a26f3a39
> # EXP-Topic evolve-ui
> templatekw: use a "?" to represent troubled changesets in graph
> 
> diff --git a/mercurial/templatekw.py b/mercurial/templatekw.py
> --- a/mercurial/templatekw.py
> +++ b/mercurial/templatekw.py
> @@ -394,6 +394,8 @@ def showgraphnode(repo, ctx, **args):
>          return '@'
>      elif ctx.obsolete():
>          return 'x'
> +    elif ctx.troubled():
> +        return '?'
>      elif ctx.closesbranch():
>          return '_'

Is this change an RFC or already discussed at the sprint?
_______________________________________________
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel

Reply via email to