comparison hgext/convert/__init__.py @ 7815:bcd364b247ba

convert: change hg.saverev default to False This needlessly breaks changeset identifiers for the common case (cleaning history), which is sad.
author Matt Mackall <mpm@selenic.com>
date Mon, 02 Mar 2009 19:19:12 -0600
parents 2e48668b51f0
children 11efa41037e2
comparison
equal deleted inserted replaced
7814:4421abf8c85d 7815:bcd364b247ba
88 88
89 --config convert.hg.ignoreerrors=False (boolean) 89 --config convert.hg.ignoreerrors=False (boolean)
90 ignore integrity errors when reading. Use it to fix Mercurial 90 ignore integrity errors when reading. Use it to fix Mercurial
91 repositories with missing revlogs, by converting from and to 91 repositories with missing revlogs, by converting from and to
92 Mercurial. 92 Mercurial.
93 --config convert.hg.saverev=True (boolean) 93 --config convert.hg.saverev=False (boolean)
94 allow target to preserve source revision ID 94 store original revision ID in changeset (forces target IDs to change)
95 --config convert.hg.startrev=0 (hg revision identifier) 95 --config convert.hg.startrev=0 (hg revision identifier)
96 convert start revision and its descendants 96 convert start revision and its descendants
97 97
98 CVS Source 98 CVS Source
99 ---------- 99 ----------