comparison hgext/convert/__init__.py @ 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
83 that should be used as the new parents for that node. 83 that should be used as the new parents for that node.
84 84
85 Mercurial Source 85 Mercurial Source
86 ----------------- 86 -----------------
87 87
88 --config convert.hg.ignoreerrors=False (boolean)
89 ignore integrity errors when reading. Use it to fix Mercurial
90 repositories with missing revlogs, by converting from and to
91 Mercurial.
88 --config convert.hg.saverev=True (boolean) 92 --config convert.hg.saverev=True (boolean)
89 allow target to preserve source revision ID 93 allow target to preserve source revision ID
90 --config convert.hg.startrev=0 (hg revision identifier) 94 --config convert.hg.startrev=0 (hg revision identifier)
91 convert start revision and its descendants 95 convert start revision and its descendants
92 96