comparison tests/test-convert.out @ 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 26adfaccdf73
children 11efa41037e2
comparison
equal deleted inserted replaced
7814:4421abf8c85d 7815:bcd364b247ba
74 74
75 --config convert.hg.ignoreerrors=False (boolean) 75 --config convert.hg.ignoreerrors=False (boolean)
76 ignore integrity errors when reading. Use it to fix Mercurial 76 ignore integrity errors when reading. Use it to fix Mercurial
77 repositories with missing revlogs, by converting from and to 77 repositories with missing revlogs, by converting from and to
78 Mercurial. 78 Mercurial.
79 --config convert.hg.saverev=True (boolean) 79 --config convert.hg.saverev=False (boolean)
80 allow target to preserve source revision ID 80 store original revision ID in changeset (forces target IDs to change)
81 --config convert.hg.startrev=0 (hg revision identifier) 81 --config convert.hg.startrev=0 (hg revision identifier)
82 convert start revision and its descendants 82 convert start revision and its descendants
83 83
84 CVS Source 84 CVS Source
85 ---------- 85 ----------