How do I delete a tag from launchpad mirror

Asked by Roger James

I want to remove a tag from my mirror on launchpad. So I do bzr tag --delete upstream-1.5 on my local copy. This removes the tag on my local copy. I then do bzr push. This fails with "No new revisions or tags to push". If I then do bzr pull the tag reappears on my local copy showing that it has not been removed from the mirror. I have tried --overwrite-tags and --overwrite, they have no affect. How do I remove this tag from the mirror?

Question information

Language:
English Edit question
Status:
Solved
For:
Bazaar Edit question
Assignee:
No assignee Edit question
Solved by:
Roger James
Solved:
Last query:
Last reply:
Revision history for this message
Roger James (rogerjames99) said :
#1

I can answer this myself now. You use the

Revision history for this message
Roger James (rogerjames99) said :
#2

 Oops pressed return. You use the -d option and specify the launchpad branch is the directory parameter e.g bzr tag --delete -d lp:vtp upstream-1.5