##// END OF EJS Templates
convert: help string cleanups
convert: help string cleanups

File last commit:

r12170:581066a3 stable
r12186:3417b3d9 stable
Show More
test-verify.out
59 lines | 1.5 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
Sune Foldager
verify: report existence of journal
r9690 % verify with journal
abandoned transaction found - run hg recover
checking changesets
checking manifests
crosschecking files in changesets and manifests
checking files
3 files, 1 changesets, 3 total revisions
Adrian Buehlmann
add test-verify
r6893 % 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)
Thomas Arendsen Hein
verify: fix "missing revlog!" errors for revlog format v0 and add test...
r12170 % test revlog format 0
repository uses revlog format 0
checking changesets
checking manifests
crosschecking files in changesets and manifests
checking files
1 files, 1 changesets, 1 total revisions