tests/test-convert.t
branchstable
changeset 15300 c2a75faf3b49
parent 15202 0150741caace
child 15443 a1914d214579
equal deleted inserted replaced
15299:10b2bd7f1125 15300:c2a75faf3b49
   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 a 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   
   140       CVS Source
   140       CVS Source