Delete local tag fails
mercurial, tags
Solution
Sure:
hg tag --remove --local tag-name
Problem
I'm trying to delete a local tag in a Mercurial repo using: ``` hg tag --remove tag-name ``` and I get the following message: abort: tag 'last-working' is not a global tag Is there a way to delete local tags?