[Request] [+ ] D11338: clone: verify the local clone in test-clone-stream.t
marmoute (Pierre-Yves David)
phabricator at mercurial-scm.org
Wed Aug 25 09:41:37 UTC 2021
marmoute created this revision.
Herald added a reviewer: hg-reviewers.
Herald added a subscriber: mercurial-patches.
REVISION SUMMARY
This will help detecting corruption.
REPOSITORY
rHG Mercurial
BRANCH
stable
REVISION DETAIL
https://phab.mercurial-scm.org/D11338
AFFECTED FILES
tests/test-clone-stream.t
CHANGE DETAILS
diff --git a/tests/test-clone-stream.t b/tests/test-clone-stream.t
--- a/tests/test-clone-stream.t
+++ b/tests/test-clone-stream.t
@@ -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
==================
To: marmoute, #hg-reviewers
Cc: mercurial-patches, mercurial-devel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mercurial-scm.org/pipermail/mercurial-patches/attachments/20210825/84433ab7/attachment.html>
More information about the Mercurial-patches
mailing list