comparison tests/test-verify.t @ 37428:52bb6c1224ae

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
author Gregory Szorc <gregory.szorc@gmail.com>
date Wed, 04 Apr 2018 16:41:43 -0700
parents a6651f5e2c78
children f1186c292d03
comparison
equal deleted inserted replaced
37427:6282c1965f8e 37428:52bb6c1224ae
1 #require reporevlogstore
2
1 prepare repo 3 prepare repo
2 4
3 $ hg init a 5 $ hg init a
4 $ cd a 6 $ cd a
5 $ echo "some text" > FOO.txt 7 $ echo "some text" > FOO.txt