tests/test-contrib-dumprevlog.t
changeset 49825 2f2682f40ea0
parent 39707 5abc47d4ca6b
--- a/tests/test-contrib-dumprevlog.t	Wed Dec 21 12:03:02 2022 +0100
+++ b/tests/test-contrib-dumprevlog.t	Mon May 02 17:47:38 2022 +0200
@@ -14,12 +14,7 @@
 
   $ echo adding more to file a >> a
   $ hg commit -m third
-  $ hg verify
-  checking changesets
-  checking manifests
-  crosschecking files in changesets and manifests
-  checking files
-  checked 3 changesets with 3 changes to 1 files
+  $ hg verify -q
 
 Dumping revlog of file a to stdout:
   $ "$PYTHON" "$CONTRIBDIR/dumprevlog" .hg/store/data/a.i
@@ -79,12 +74,7 @@
 
 Verify:
 
-  $ hg -R repo-c verify
-  checking changesets
-  checking manifests
-  crosschecking files in changesets and manifests
-  checking files
-  checked 3 changesets with 3 changes to 1 files
+  $ hg -R repo-c verify -q
 
 Compare repos: