comparison hgext/convert/__init__.py @ 8010:58ba4b86ae13

convert: align option types in help text
author Martin Geisler <mg@daimi.au.dk>
date Sun, 05 Apr 2009 13:20:30 +0200
parents 468ab22785aa
children 683d8ebcf434
comparison
equal deleted inserted replaced
8009:76e4c08a48ad 8010:58ba4b86ae13
86 should be used as the new parents for that node. 86 should be used as the new parents for that node.
87 87
88 Mercurial Source 88 Mercurial Source
89 ----------------- 89 -----------------
90 90
91 --config convert.hg.ignoreerrors=False (boolean) 91 --config convert.hg.ignoreerrors=False (boolean)
92 ignore integrity errors when reading. Use it to fix Mercurial 92 ignore integrity errors when reading. Use it to fix Mercurial
93 repositories with missing revlogs, by converting from and to 93 repositories with missing revlogs, by converting from and to
94 Mercurial. 94 Mercurial.
95 --config convert.hg.saverev=False (boolean) 95 --config convert.hg.saverev=False (boolean)
96 store original revision ID in changeset (forces target IDs to 96 store original revision ID in changeset (forces target IDs to
97 change) 97 change)
98 --config convert.hg.startrev=0 (hg revision identifier) 98 --config convert.hg.startrev=0 (hg revision identifier)
99 convert start revision and its descendants 99 convert start revision and its descendants
100 100
121 The options shown are the defaults. 121 The options shown are the defaults.
122 122
123 Internal cvsps is selected by setting 123 Internal cvsps is selected by setting
124 --config convert.cvsps=builtin 124 --config convert.cvsps=builtin
125 and has a few more configurable options: 125 and has a few more configurable options:
126 --config convert.cvsps.fuzz=60 (integer) 126 --config convert.cvsps.fuzz=60 (integer)
127 Specify the maximum time (in seconds) that is allowed 127 Specify the maximum time (in seconds) that is allowed
128 between commits with identical user and log message in a 128 between commits with identical user and log message in a
129 single changeset. When very large files were checked in as 129 single changeset. When very large files were checked in as
130 part of a changeset then the default may not be long 130 part of a changeset then the default may not be long
131 enough. 131 enough.
185 target may be named ...-hg. 185 target may be named ...-hg.
186 186
187 It is possible to limit the amount of source history to be 187 It is possible to limit the amount of source history to be
188 converted by specifying an initial Perforce revision. 188 converted by specifying an initial Perforce revision.
189 189
190 --config convert.p4.startrev=0 (perforce changelist number) 190 --config convert.p4.startrev=0 (perforce changelist number)
191 specify initial Perforce revision. 191 specify initial Perforce revision.
192 192
193 193
194 Mercurial Destination 194 Mercurial Destination
195 --------------------- 195 ---------------------