diff -r 438803e4bd97 -r 5236c7a72a2d hgext/convert/__init__.py --- a/hgext/convert/__init__.py Tue Apr 15 11:53:10 2014 -0400 +++ b/hgext/convert/__init__.py Wed Apr 16 01:09:49 2014 +0200 @@ -146,10 +146,6 @@ you want to close a branch. Each entry contains a revision or hash separated by white space. - The tagmap 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 ################ @@ -330,8 +326,6 @@ _('change branch names while converting'), _('FILE')), ('', 'closemap', '', _('closes given revs'), _('FILE')), - ('', 'tagmap', '', - _('change tag names while converting'), _('FILE')), ('', 'branchsort', None, _('try to sort changesets by branches')), ('', 'datesort', None, _('try to sort changesets by date')), ('', 'sourcesort', None, _('preserve source changesets order')),