comparison hgext/convert/__init__.py @ 6885:6e253aa04ff7

convert: implement startrev for hg source
author Patrick Mezard <pmezard@gmail.com>
date Wed, 13 Aug 2008 23:31:10 +0200
parents ceb28b67204e
children ebf1462f2145
comparison
equal deleted inserted replaced
6884:11229144aa01 6885:6e253aa04ff7
83 Mercurial Source 83 Mercurial Source
84 ----------------- 84 -----------------
85 85
86 --config convert.hg.saverev=True (boolean) 86 --config convert.hg.saverev=True (boolean)
87 allow target to preserve source revision ID 87 allow target to preserve source revision ID
88 --config convert.hg.startrev=0 (hg revision identifier)
89 convert start revision and its descendants
88 90
89 CVS Source 91 CVS Source
90 ---------- 92 ----------
91 93
92 CVS source will use a sandbox (i.e. a checked-out copy) from CVS 94 CVS source will use a sandbox (i.e. a checked-out copy) from CVS