Mercurial > hg
comparison tests/test-convert.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 | aff204c9bdd6 |
children | db6fbb785800 |
comparison
equal
deleted
inserted
replaced
7230:261a9f47b44b | 7231:8e7130a10f3b |
---|---|
70 that should be used as the new parents for that node. | 70 that should be used as the new parents for that node. |
71 | 71 |
72 Mercurial Source | 72 Mercurial Source |
73 ----------------- | 73 ----------------- |
74 | 74 |
75 --config convert.hg.ignoreerrors=False (boolean) | |
76 ignore integrity errors when reading. Use it to fix Mercurial | |
77 repositories with missing revlogs, by converting from and to | |
78 Mercurial. | |
75 --config convert.hg.saverev=True (boolean) | 79 --config convert.hg.saverev=True (boolean) |
76 allow target to preserve source revision ID | 80 allow target to preserve source revision ID |
77 --config convert.hg.startrev=0 (hg revision identifier) | 81 --config convert.hg.startrev=0 (hg revision identifier) |
78 convert start revision and its descendants | 82 convert start revision and its descendants |
79 | 83 |