On Wed, 28 Sep 2016 17:24:59 -0500, Kevin Bullock wrote:
> > On Sep 28, 2016, at 12:07, Augie Fackler <r...@durin42.com> wrote:
> > Should I mail a v6? How do people feel about this particular patch, commit 
> > message aside?
> 
> I'd say it's the cleanest of the options presented thus far. I'm in favor.

I like this, too.

> +            else:
> +                if ('no-' + longopt) not in alllong:
> +                    lo = '--[no-]' + lo[2:]
> +            multioccur = True

'multioccur = True' looks like a remainder from the previous round.
_______________________________________________
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel

Reply via email to