##// END OF EJS Templates
verify: add a config option to skip certain flag processors...
verify: add a config option to skip certain flag processors Previously, "hg verify" verifies everything, which could be undesirable when there are expensive flag processor contents. This patch adds a "verify.skipflags" developer config. A flag processor will be skipped if (flag & verify.skipflags) == 0. In the LFS usecase, that means "hg verify --config verify.skipflags=8192" will not download all LFS blobs, which could be too large to be stored locally. Note: "renamed" is also skipped since its default implementation may call filelog.data() which will trigger the flag processor.

File last commit:

r28809:7a1ad08b default
r32288:a2ab9ebc default
Show More
test-gendoc-it.t
4 lines | 84 B | text/troff | Tads3Lexer
#require docutils gettext
$ $TESTDIR/check-gendoc it
checking for parse errors