I have made a tag in mercurial:
hg tag release_123
Later on I found out that the name was wrong, it should be release_124
. Is it pos
If you are using TortoiseHg, its pretty simple:
case#1 if it's a local tag: right click a tagged change-set|tag...|Select tag |Options |Replace existing tag | Done < local tag will disappear>
case#2 if its global tag: right click a tagged change-set|tag...| Select tag| Options | Replace existing tag | Remove Now select change-set and create new tag (its like a renamed tag). Not in one click though :-)