mercurial/cext/__init__.py
author Gregory Szorc <gregory.szorc@gmail.com>
Wed, 04 Apr 2018 16:41:43 -0700
changeset 37428 52bb6c1224ae
parent 32251 c48583859e04
permissions -rw-r--r--
tests: require revlog store for test-verify.t This tests is doing tons of revlog-y things. It should be possible to make verification work across multiple stores. But it will likely have to wait until we have better abstractions in place. Differential Revision: https://phab.mercurial-scm.org/D3108