diff -r 9616b03113ce -r b75a04502ced tests/test-convert.t --- a/tests/test-convert.t Wed Jan 22 15:40:17 2014 -0600 +++ b/tests/test-convert.t Wed Jan 22 15:43:21 2014 -0600 @@ -125,6 +125,10 @@ you want to close a branch. Each entry contains a revision or hash separated by white space. + The tagpmap is a file that exactly analogous to the branchmap. This will + rename tags on the fly and prevent the 'update tags' commit usually found + at the end of a convert process. + Mercurial Source ################ @@ -271,6 +275,7 @@ --splicemap FILE splice synthesized history into place --branchmap FILE change branch names while converting --closemap FILE closes given revs + --tagmap FILE change tag names while converting --branchsort try to sort changesets by branches --datesort try to sort changesets by date --sourcesort preserve source changesets order