changeset 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 6282c1965f8e
children 7d0a29f70bbe
files tests/test-verify.t
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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