tests/test-verify.out
author Dirkjan Ochtman <dirkjan@ochtman.nl>
Thu, 28 Aug 2008 13:16:15 +0200
changeset 6942 5423224c7913
parent 6893 c3368278f86c
child 7229 7946503ec76e
permissions -rw-r--r--
contrib: remove deprecated darcs2hg.py script We've have support for darcs in the convert extension for a while now.

% 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
 ?: cannot decode filename 'data/X_f_o_o.txt.i'
 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
warning: orphan revlog 'data/xbar.txt.i'
3 files, 1 changesets, 0 total revisions
1 warnings encountered!
10 integrity errors encountered!
(first damaged changeset appears to be 0)