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