Just as the title says: I have made a tag in mercurial.
hg tag release_123
But later on I found out that the name was wrong, it should be release_124. Is it possible to simply rename the tag or do I have to create a new one?
|
Just as the title says: I have made a tag in mercurial.
But later on I found out that the name was wrong, it should be release_124. Is it possible to simply rename the tag or do I have to create a new one? |
|||
|
|
|
I would do it by removing the tag and then adding a new tag with the new name The Mercurial tag wiki explains how to remove a tag:
|
|||
|
|
|
You should be able to edit regular tags in the
This old thread mentions you need to do this in all HEADS of a repo though. |
|||
|
|