clone: verify the local clone in test-clone-stream.t
This will help detecting corruption.
Differential Revision: https://phab.mercurial-scm.org/D11338
--- 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
==================