tests/test-revlog-v2.t
changeset 47450 9cecc222c536
parent 47449 da3fb8c10caa
child 48295 bf11ff22a9af
--- a/tests/test-revlog-v2.t	Tue Jun 08 02:34:59 2021 +0200
+++ b/tests/test-revlog-v2.t	Wed Jun 09 12:19:42 2021 +0200
@@ -119,3 +119,21 @@
 The two repository should be identical, this diff MUST be empty
 
   $ cmp ../tip-new ../tip-cloned || diff -U8 ../tip-new ../tip-cloned
+
+
+hg verify should be happy
+-------------------------
+
+  $ hg verify
+  checking changesets
+  checking manifests
+  crosschecking files in changesets and manifests
+  checking files
+  checked 1 changesets with 1 changes to 1 files
+
+  $ hg verify -R ../cloned-repo
+  checking changesets
+  checking manifests
+  crosschecking files in changesets and manifests
+  checking files
+  checked 1 changesets with 1 changes to 1 files