changeset 47869:bf47cc3799ea stable

clone: verify the local clone in test-clone-stream.t This will help detecting corruption. Differential Revision: https://phab.mercurial-scm.org/D11338
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Wed, 25 Aug 2021 10:42:09 +0200
parents 8ae828fd008b
children 67af3b3173b7
files tests/test-clone-uncompressed.t
diffstat 1 files changed, 9 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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
 ==================