tests/test-convert.t
changeset 30024 f3c4edfd35e1
parent 29102 22c53b3a390d
child 30152 d65e246100ed
equal deleted inserted replaced
30023:ff17dff99295 30024:f3c4edfd35e1
   325    -s --source-type TYPE source repository type
   325    -s --source-type TYPE source repository type
   326    -d --dest-type TYPE   destination repository type
   326    -d --dest-type TYPE   destination repository type
   327    -r --rev REV [+]      import up to source revision REV
   327    -r --rev REV [+]      import up to source revision REV
   328    -A --authormap FILE   remap usernames using this file
   328    -A --authormap FILE   remap usernames using this file
   329       --filemap FILE     remap file names using contents of file
   329       --filemap FILE     remap file names using contents of file
   330       --full             apply filemap changes by converting all files again
   330       --[no-]full        apply filemap changes by converting all files again
   331       --splicemap FILE   splice synthesized history into place
   331       --splicemap FILE   splice synthesized history into place
   332       --branchmap FILE   change branch names while converting
   332       --branchmap FILE   change branch names while converting
   333       --branchsort       try to sort changesets by branches
   333       --[no-]branchsort  try to sort changesets by branches
   334       --datesort         try to sort changesets by date
   334       --[no-]datesort    try to sort changesets by date
   335       --sourcesort       preserve source changesets order
   335       --[no-]sourcesort  preserve source changesets order
   336       --closesort        try to reorder closed revisions
   336       --[no-]closesort   try to reorder closed revisions
   337   
   337   
   338   (some details hidden, use --verbose to show complete help)
   338   (some details hidden, use --verbose to show complete help)
   339   $ hg init a
   339   $ hg init a
   340   $ cd a
   340   $ cd a
   341   $ echo a > a
   341   $ echo a > a