Mercurial > hg
annotate tests/test-verify.out @ 7592:75ad51257c82
convert/gnuarch: recode cat-log parts to utf-8 to be hg.description friendly
author | Edouard Gomez <ed.gomez@free.fr> |
---|---|
date | Sun, 04 Jan 2009 18:44:39 +0100 |
parents | 7946503ec76e |
children | baaa832fd253 |
rev | line source |
---|---|
6893 | 1 % prepare repo |
2 adding FOO.txt | |
3 adding QUICK.txt | |
4 adding bar.txt | |
5 | |
6 % verify | |
7 checking changesets | |
8 checking manifests | |
9 crosschecking files in changesets and manifests | |
10 checking files | |
11 3 files, 1 changesets, 3 total revisions | |
12 | |
13 % introduce some bugs in repo | |
14 | |
15 % verify | |
16 checking changesets | |
17 checking manifests | |
18 crosschecking files in changesets and manifests | |
19 checking files | |
20 data/FOO.txt.i@0: missing revlog! | |
21 0: empty or missing FOO.txt | |
22 FOO.txt@0: f62022d3d590 in manifests not found | |
23 data/QUICK.txt.i@0: missing revlog! | |
24 0: empty or missing QUICK.txt | |
25 QUICK.txt@0: 88b857db8eba in manifests not found | |
26 data/bar.txt.i@0: missing revlog! | |
27 0: empty or missing bar.txt | |
28 bar.txt@0: 256559129457 in manifests not found | |
29 3 files, 1 changesets, 0 total revisions | |
7229
7946503ec76e
introduce fncache repository layout
Adrian Buehlmann <adrian@cadifra.com>
parents:
6893
diff
changeset
|
30 9 integrity errors encountered! |
6893 | 31 (first damaged changeset appears to be 0) |