comparison tests/test-fncache.t @ 49826:c84844cd523a

verify: also check dirstate The dirstate already is capable of verifying its integrity (although v2 features are not yet checked), let's run that code in `hg verify`.
author Raphaël Gomès <rgomes@octobus.net>
date Mon, 02 May 2022 11:27:20 +0200
parents 2f2682f40ea0
children 420fad6bdec5
comparison
equal deleted inserted replaced
49825:2f2682f40ea0 49826:c84844cd523a
59 crosschecking files in changesets and manifests 59 crosschecking files in changesets and manifests
60 checking files 60 checking files
61 warning: revlog 'data/a.i' not in fncache! 61 warning: revlog 'data/a.i' not in fncache!
62 warning: revlog 'data/a.i.hg/c.i' not in fncache! 62 warning: revlog 'data/a.i.hg/c.i' not in fncache!
63 warning: revlog 'data/a.i/b.i' not in fncache! 63 warning: revlog 'data/a.i/b.i' not in fncache!
64 checking dirstate
64 checked 3 changesets with 3 changes to 3 files 65 checked 3 changesets with 3 changes to 3 files
65 3 warnings encountered! 66 3 warnings encountered!
66 hint: run "hg debugrebuildfncache" to recover from corrupt fncache 67 hint: run "hg debugrebuildfncache" to recover from corrupt fncache
67 68
68 Follow the hint to make sure it works 69 Follow the hint to make sure it works
347 rolling back interrupted transaction 348 rolling back interrupted transaction
348 checking changesets 349 checking changesets
349 checking manifests 350 checking manifests
350 crosschecking files in changesets and manifests 351 crosschecking files in changesets and manifests
351 checking files 352 checking files
353 checking dirstate
352 checked 1 changesets with 1 changes to 1 files 354 checked 1 changesets with 1 changes to 1 files
353 $ cat .hg/store/fncache 355 $ cat .hg/store/fncache
354 data/y.i 356 data/y.i
355 357
356 $ cd .. 358 $ cd ..