comparison tests/test-convert-hg-source.out @ 7231:8e7130a10f3b

convert: ignore hg source errors with hg.ignoreerrors (issue 1357) This flag makes missing revlog errors to be ignored which allow broken repositories to be fixed by converting them from and to Mercurial.
author Patrick Mezard <pmezard@gmail.com>
date Tue, 21 Oct 2008 21:24:47 +0200
parents 368a4ec603cc
children c2ac09f81ec9
comparison
equal deleted inserted replaced
7230:261a9f47b44b 7231:8e7130a10f3b
18 1 merge remote copy 18 1 merge remote copy
19 0 mark baz executable 19 0 mark baz executable
20 comparing with ../orig 20 comparing with ../orig
21 searching for changes 21 searching for changes
22 no changes found 22 no changes found
23 % init broken repository
24 created new head
25 % break it
26 initializing destination fixed repository
27 scanning source...
28 sorting...
29 converting...
30 4 init
31 3 changebagain
32 ignoring: data/b.i@4b3c32ced4f8: no match found
33 2 changeall
34 1 merge
35 0 moveb
36 checking changesets
37 checking manifests
38 crosschecking files in changesets and manifests
39 checking files
40 3 files, 5 changesets, 5 total revisions
41 % manifest -r 0
42 a
43 % manifest -r tip
44 a
45 c
46 d