tests/test-convert.t
changeset 20379 b75a04502ced
parent 20375 81cf597dafa9
child 20795 29b159bd71bc
equal deleted inserted replaced
20378:9616b03113ce 20379:b75a04502ced
   122       to a named branch.
   122       to a named branch.
   123   
   123   
   124       The closemap is a file that allows closing of a branch. This is useful if
   124       The closemap is a file that allows closing of a branch. This is useful if
   125       you want to close a branch. Each entry contains a revision or hash
   125       you want to close a branch. Each entry contains a revision or hash
   126       separated by white space.
   126       separated by white space.
       
   127   
       
   128       The tagpmap is a file that exactly analogous to the branchmap. This will
       
   129       rename tags on the fly and prevent the 'update tags' commit usually found
       
   130       at the end of a convert process.
   127   
   131   
   128       Mercurial Source
   132       Mercurial Source
   129       ################
   133       ################
   130   
   134   
   131       The Mercurial source recognizes the following configuration options, which
   135       The Mercurial source recognizes the following configuration options, which
   269    -A --authormap FILE   remap usernames using this file
   273    -A --authormap FILE   remap usernames using this file
   270       --filemap FILE     remap file names using contents of file
   274       --filemap FILE     remap file names using contents of file
   271       --splicemap FILE   splice synthesized history into place
   275       --splicemap FILE   splice synthesized history into place
   272       --branchmap FILE   change branch names while converting
   276       --branchmap FILE   change branch names while converting
   273       --closemap FILE    closes given revs
   277       --closemap FILE    closes given revs
       
   278       --tagmap FILE      change tag names while converting
   274       --branchsort       try to sort changesets by branches
   279       --branchsort       try to sort changesets by branches
   275       --datesort         try to sort changesets by date
   280       --datesort         try to sort changesets by date
   276       --sourcesort       preserve source changesets order
   281       --sourcesort       preserve source changesets order
   277       --closesort        try to reorder closed revisions
   282       --closesort        try to reorder closed revisions
   278   
   283