comparison tests/test-fncache.t @ 39489:f1186c292d03

verify: make output less confusing (issue5924) output before: "500 files, 2035 changesets, 2622 total revisions" output after: "checked 2035 changesets with 2622 changes to 500 files" new one was suggested in the comments inside the issue. Differential Revision: https://phab.mercurial-scm.org/D4476
author Meirambek Omyrzak <meirambek77@gmail.com>
date Wed, 05 Sep 2018 01:19:48 +0300
parents c11e8894b9ca
children f44187605315
comparison
equal deleted inserted replaced
39488:d629b6d2f05a 39489:f1186c292d03
39 $ hg verify 39 $ hg verify
40 checking changesets 40 checking changesets
41 checking manifests 41 checking manifests
42 crosschecking files in changesets and manifests 42 crosschecking files in changesets and manifests
43 checking files 43 checking files
44 3 files, 3 changesets, 3 total revisions 44 checked 3 changesets with 3 changes to 3 files
45 45
46 $ rm .hg/store/fncache 46 $ rm .hg/store/fncache
47 47
48 $ hg verify 48 $ hg verify
49 checking changesets 49 checking changesets
51 crosschecking files in changesets and manifests 51 crosschecking files in changesets and manifests
52 checking files 52 checking files
53 warning: revlog 'data/a.i' not in fncache! 53 warning: revlog 'data/a.i' not in fncache!
54 warning: revlog 'data/a.i.hg/c.i' not in fncache! 54 warning: revlog 'data/a.i.hg/c.i' not in fncache!
55 warning: revlog 'data/a.i/b.i' not in fncache! 55 warning: revlog 'data/a.i/b.i' not in fncache!
56 3 files, 3 changesets, 3 total revisions 56 checked 3 changesets with 3 changes to 3 files
57 3 warnings encountered! 57 3 warnings encountered!
58 hint: run "hg debugrebuildfncache" to recover from corrupt fncache 58 hint: run "hg debugrebuildfncache" to recover from corrupt fncache
59 59
60 Follow the hint to make sure it works 60 Follow the hint to make sure it works
61 61
68 $ hg verify 68 $ hg verify
69 checking changesets 69 checking changesets
70 checking manifests 70 checking manifests
71 crosschecking files in changesets and manifests 71 crosschecking files in changesets and manifests
72 checking files 72 checking files
73 3 files, 3 changesets, 3 total revisions 73 checked 3 changesets with 3 changes to 3 files
74 74
75 $ cd .. 75 $ cd ..
76 76
77 Non store repo: 77 Non store repo:
78 78
338 rolling back interrupted transaction 338 rolling back interrupted transaction
339 checking changesets 339 checking changesets
340 checking manifests 340 checking manifests
341 crosschecking files in changesets and manifests 341 crosschecking files in changesets and manifests
342 checking files 342 checking files
343 1 files, 1 changesets, 1 total revisions 343 checked 1 changesets with 1 changes to 1 files
344 $ cat .hg/store/fncache 344 $ cat .hg/store/fncache
345 data/y.i 345 data/y.i
346 346
347 $ cd .. 347 $ cd ..
348 348