tag deletion does not propagate
Bug #138802 reported by
Martin Pool
This bug affects 5 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar |
Confirmed
|
Medium
|
Unassigned | ||
Breezy |
Triaged
|
Medium
|
Unassigned |
Bug Description
When tags are deleted (rather than created or changed), the deletion is not propagated by update, push, pull, merge, etc.
Changed in bzr: | |
importance: | Undecided → Medium |
status: | New → Triaged |
Changed in bzr: | |
status: | Triaged → Confirmed |
tags: | added: merge pull push tags |
tags: | added: check-for-breezy |
tags: | removed: check-for-breezy |
Changed in brz: | |
status: | New → Triaged |
importance: | Undecided → Medium |
tags: | added: bzr |
To post a comment you must log in.
Martin Pool пишет:
> When tags are deleted (rather than created or changed), the deletion is
> not propagated by update, push, pull, merge, etc.
IMO, current tag object and serialization format does not save info about
deleted tags, so in current tags format resolve this issue almost impossible.
IMO, it's require new rich tag support.
Am I right that it's something people called in the past "versioned tags"?