clone: verify the local clone in test-clone-stream.t stable
authorPierre-Yves David <pierre-yves.david@octobus.net>
Wed, 25 Aug 2021 10:42:09 +0200
branchstable
changeset 47869 bf47cc3799ea
parent 47868 8ae828fd008b
child 47870 67af3b3173b7
clone: verify the local clone in test-clone-stream.t This will help detecting corruption. Differential Revision: https://phab.mercurial-scm.org/D11338
tests/test-clone-uncompressed.t
--- a/tests/test-clone-uncompressed.t	Wed Aug 25 10:08:37 2021 +0200
+++ b/tests/test-clone-uncompressed.t	Wed Aug 25 10:42:09 2021 +0200
@@ -174,6 +174,15 @@
   updating to branch default
   1087 files updated, 0 files merged, 0 files removed, 0 files unresolved
 
+Check that the clone went well
+
+  $ hg verify -R local-clone
+  checking changesets
+  checking manifests
+  crosschecking files in changesets and manifests
+  checking files
+  checked 3 changesets with 1087 changes to 1087 files
+
 Check uncompressed
 ==================