comparison tests/test-convert.t @ 13431:69c773750055 stable

test-convert: update output to match 0079fb98e8d0
author Martin Geisler <mg@aragost.com>
date Thu, 17 Feb 2011 09:19:15 +0100
parents 3efc99ac2ac4
children 3178aca36b0f
comparison
equal deleted inserted replaced
13430:ed720c7cc97d 13431:69c773750055
129 convert.hg.ignoreerrors 129 convert.hg.ignoreerrors
130 ignore integrity errors when reading. Use it to fix Mercurial 130 ignore integrity errors when reading. Use it to fix Mercurial
131 repositories with missing revlogs, by converting from and to 131 repositories with missing revlogs, by converting from and to
132 Mercurial. Default is False. 132 Mercurial. Default is False.
133 convert.hg.saverev 133 convert.hg.saverev
134 store original. revision ID in changeset (forces target IDs to 134 store original revision ID in changeset (forces target IDs to
135 change). It takes and boolean argument and defaults to False. 135 change). It takes and boolean argument and defaults to False.
136 convert.hg.startrev 136 convert.hg.startrev
137 convert start revision and its descendants. It takes a hg 137 convert start revision and its descendants. It takes a hg
138 revision identifier and defaults to 0. 138 revision identifier and defaults to 0.
139 139
229 229
230 It is possible to limit the amount of source history to be converted by 230 It is possible to limit the amount of source history to be converted by
231 specifying an initial Perforce revision: 231 specifying an initial Perforce revision:
232 232
233 convert.p4.startrev 233 convert.p4.startrev
234 specify initial Perforce revision, a Perforce changelist 234 specify initial Perforce revision (a Perforce changelist
235 number). 235 number).
236 236
237 Mercurial Destination 237 Mercurial Destination
238 ''''''''''''''''''''' 238 '''''''''''''''''''''
239 239
243 dispatch source branches in separate clones. The default is 243 dispatch source branches in separate clones. The default is
244 False. 244 False.
245 convert.hg.tagsbranch 245 convert.hg.tagsbranch
246 branch name for tag revisions, defaults to "default". 246 branch name for tag revisions, defaults to "default".
247 convert.hg.usebranchnames 247 convert.hg.usebranchnames
248 preserve branch names. The default is True 248 preserve branch names. The default is True.
249 249
250 options: 250 options:
251 251
252 -s --source-type TYPE source repository type 252 -s --source-type TYPE source repository type
253 -d --dest-type TYPE destination repository type 253 -d --dest-type TYPE destination repository type