tests: require revlog store for test-verify.t
authorGregory Szorc <gregory.szorc@gmail.com>
Wed, 04 Apr 2018 16:41:43 -0700
changeset 37428 52bb6c1224ae
parent 37427 6282c1965f8e
child 37429 7d0a29f70bbe
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
tests/test-verify.t
--- a/tests/test-verify.t	Wed Apr 04 16:32:51 2018 -0700
+++ b/tests/test-verify.t	Wed Apr 04 16:41:43 2018 -0700
@@ -1,3 +1,5 @@
+#require reporevlogstore
+
 prepare repo
 
   $ hg init a