[PATCH V2] verify: add a config option to skip certain flag processors

Augie Fackler raf at durin42.com
Tue May 16 14:26:40 EDT 2017


On Tue, May 16, 2017 at 09:31:17AM -0700, Martin von Zweigbergk via Mercurial-devel wrote:
> On Tue, May 16, 2017 at 9:27 AM, Jun Wu <quark at fb.com> wrote:
> > Excerpts from Yuya Nishihara's message of 2017-05-16 22:17:57 +0900:
> >> > This patch adds a "verify.skipflags" developer config. A flag processor will
> >> > be skipped if (flag & verify.skipflags) == 0.
> >>
> >> Nit: maybe this should be "if (flag & verify.skipflags) != 0" ?
> >
> > You're right. I'm bad at writing logic expressions.
>
> I'm sorry but I missed Yuya's email before accepting the patch, so
> it's too late to change it :-(

Ugh, I'm sorry too. Jun, can you send a quick followup for us?

Thanks!

>
> > _______________________________________________
> > Mercurial-devel mailing list
> > Mercurial-devel at mercurial-scm.org
> > https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel
> _______________________________________________
> Mercurial-devel mailing list
> Mercurial-devel at mercurial-scm.org
> https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel


More information about the Mercurial-devel mailing list