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

Jun Wu quark at fb.com
Tue May 16 12:27:36 EDT 2017


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.


More information about the Mercurial-devel mailing list