Show More
@@ -274,7 +274,7 b' commands.norepo += " convert debugsvnlog' | |||||
274 | cmdtable = { |
|
274 | cmdtable = { | |
275 | "convert": |
|
275 | "convert": | |
276 | (convert, |
|
276 | (convert, | |
277 |
[(' |
|
277 | [('', 'authors', '', | |
278 | _('username mapping filename (DEPRECATED, use --authormap instead)'), |
|
278 | _('username mapping filename (DEPRECATED, use --authormap instead)'), | |
279 | _('FILE')), |
|
279 | _('FILE')), | |
280 | ('s', 'source-type', '', |
|
280 | ('s', 'source-type', '', | |
@@ -283,7 +283,7 b' cmdtable = {' | |||||
283 | _('destination repository type'), _('TYPE')), |
|
283 | _('destination repository type'), _('TYPE')), | |
284 | ('r', 'rev', '', |
|
284 | ('r', 'rev', '', | |
285 | _('import up to target revision REV'), _('REV')), |
|
285 | _('import up to target revision REV'), _('REV')), | |
286 | ('', 'authormap', '', |
|
286 | ('A', 'authormap', '', | |
287 | _('remap usernames using this file'), _('FILE')), |
|
287 | _('remap usernames using this file'), _('FILE')), | |
288 | ('', 'filemap', '', |
|
288 | ('', 'filemap', '', | |
289 | _('remap file names using contents of file'), _('FILE')), |
|
289 | _('remap file names using contents of file'), _('FILE')), |
@@ -239,7 +239,7 b' options:' | |||||
239 | -s --source-type TYPE source repository type |
|
239 | -s --source-type TYPE source repository type | |
240 | -d --dest-type TYPE destination repository type |
|
240 | -d --dest-type TYPE destination repository type | |
241 | -r --rev REV import up to target revision REV |
|
241 | -r --rev REV import up to target revision REV | |
242 |
|
|
242 | -A --authormap FILE remap usernames using this file | |
243 | --filemap FILE remap file names using contents of file |
|
243 | --filemap FILE remap file names using contents of file | |
244 | --splicemap FILE splice synthesized history into place |
|
244 | --splicemap FILE splice synthesized history into place | |
245 | --branchmap FILE change branch names while converting |
|
245 | --branchmap FILE change branch names while converting |
General Comments 0
You need to be logged in to leave comments.
Login now