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

Martin von Zweigbergk martinvonz at google.com
Tue May 16 16:44:20 EDT 2017


On Tue, May 16, 2017 at 11:26 AM, Augie Fackler <raf at durin42.com> wrote:
> 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?

I think it was just in the commit message, so can't do a followup.

>
> 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