On Wed, Aug 31, 2016 at 12:42 AM, timeless <timel...@gmail.com> wrote:
> In principle you shouldn't use multi occur to guard this.
>
>      if multioccur:
> -        header += (_(" ([+] can be repeated)"))
> +        m = _(
> +            " ([+] can be repeated, flags marked ^ can be negated with
> --no-)")
> +        header += (m)
>
> It's too hard for me you write the correct logic (you can use a set and
> dictionary).

Yes, I'll change the code a little. How's the overall feel of the
output in help? Good enough? Awful?
_______________________________________________
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel

Reply via email to