comparison tests/test-clone-uncompressed.t @ 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
comparison
equal deleted inserted replaced
47868:8ae828fd008b 47869:bf47cc3799ea
172 172
173 $ hg clone server local-clone 173 $ hg clone server local-clone
174 updating to branch default 174 updating to branch default
175 1087 files updated, 0 files merged, 0 files removed, 0 files unresolved 175 1087 files updated, 0 files merged, 0 files removed, 0 files unresolved
176 176
177 Check that the clone went well
178
179 $ hg verify -R local-clone
180 checking changesets
181 checking manifests
182 crosschecking files in changesets and manifests
183 checking files
184 checked 3 changesets with 1087 changes to 1087 files
185
177 Check uncompressed 186 Check uncompressed
178 ================== 187 ==================
179 188
180 Cannot stream clone when server.uncompressed is set 189 Cannot stream clone when server.uncompressed is set
181 190