comparison tests/test-manifest.t @ 49825:2f2682f40ea0

tests: use the `--quiet` flag for verify when applicable This reduces a lot of the test output that was otherwise useless, and also makes it a lot easier to add things to verify without breaking the test suite because of additional output.
author Raphaël Gomès <rgomes@octobus.net>
date Mon, 02 May 2022 17:47:38 +0200
parents 5105a9975407
children
comparison
equal deleted inserted replaced
49824:fdd227585d5a 49825:2f2682f40ea0
244 ccc.txt\x00149da44f2a4e14f488b7bd4157945a9837408c00 (esc) 244 ccc.txt\x00149da44f2a4e14f488b7bd4157945a9837408c00 (esc)
245 e.txt\x00149da44f2a4e14f488b7bd4157945a9837408c00 (esc) 245 e.txt\x00149da44f2a4e14f488b7bd4157945a9837408c00 (esc)
246 246
247 $ hg up -qC . 247 $ hg up -qC .
248 248
249 $ hg verify 249 $ hg verify -q
250 checking changesets
251 checking manifests
252 crosschecking files in changesets and manifests
253 checking files
254 checked 2 changesets with 8 changes to 8 files
255 250
256 $ hg rollback -q --config ui.rollback=True 251 $ hg rollback -q --config ui.rollback=True
257 $ hg rm b.txt d.txt 252 $ hg rm b.txt d.txt
258 $ echo bb > bb.txt 253 $ echo bb > bb.txt
259 254
268 c.txt\x00149da44f2a4e14f488b7bd4157945a9837408c00 (esc) 263 c.txt\x00149da44f2a4e14f488b7bd4157945a9837408c00 (esc)
269 cc.txt\x00149da44f2a4e14f488b7bd4157945a9837408c00 (esc) 264 cc.txt\x00149da44f2a4e14f488b7bd4157945a9837408c00 (esc)
270 ccc.txt\x00149da44f2a4e14f488b7bd4157945a9837408c00 (esc) 265 ccc.txt\x00149da44f2a4e14f488b7bd4157945a9837408c00 (esc)
271 e.txt\x00149da44f2a4e14f488b7bd4157945a9837408c00 (esc) 266 e.txt\x00149da44f2a4e14f488b7bd4157945a9837408c00 (esc)
272 267
273 $ hg verify 268 $ hg verify -q
274 checking changesets
275 checking manifests
276 crosschecking files in changesets and manifests
277 checking files
278 checked 2 changesets with 9 changes to 9 files
279 $ cd .. 269 $ cd ..
280 270
281 Test manifest cache interraction with shares 271 Test manifest cache interraction with shares
282 ============================================ 272 ============================================
283 273