##// END OF EJS Templates
merge with -stable
merge with -stable

File last commit:

r8016:baaa832f default
r8017:685ce2f7 merge default
Show More
test-verify.out
44 lines | 1.1 KiB | text/plain | TextLexer
Adrian Buehlmann
add test-verify
r6893 % prepare repo
adding FOO.txt
adding QUICK.txt
adding bar.txt
% verify
checking changesets
checking manifests
crosschecking files in changesets and manifests
checking files
3 files, 1 changesets, 3 total revisions
% introduce some bugs in repo
% verify
checking changesets
checking manifests
crosschecking files in changesets and manifests
checking files
data/FOO.txt.i@0: missing revlog!
0: empty or missing FOO.txt
FOO.txt@0: f62022d3d590 in manifests not found
data/QUICK.txt.i@0: missing revlog!
0: empty or missing QUICK.txt
QUICK.txt@0: 88b857db8eba in manifests not found
data/bar.txt.i@0: missing revlog!
0: empty or missing bar.txt
bar.txt@0: 256559129457 in manifests not found
3 files, 1 changesets, 0 total revisions
Adrian Buehlmann
introduce fncache repository layout...
r7229 9 integrity errors encountered!
Adrian Buehlmann
add test-verify
r6893 (first damaged changeset appears to be 0)
Benoit Boissinot
raise RevlogError when parser can't parse the revlog index...
r8016 % test revlog corruption
% verify
checking changesets
checking manifests
crosschecking files in changesets and manifests
checking files
a@0: broken revlog! (index data/a.i is corrupted)
warning: orphan revlog 'data/a.i'
1 files, 1 changesets, 0 total revisions
1 warnings encountered!
1 integrity errors encountered!
(first damaged changeset appears to be 0)