tests/bundles/issue4438-r1.hg
author Jun Wu <quark@fb.com>
Sun, 14 May 2017 09:38:06 -0700
changeset 32328 a2ab9ebcd85b
parent 23233 c1f370dab456
permissions -rw-r--r--
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.

(binary:application/octet-stream)