vote up 0 vote down star
1

Using Bazaar:

Is it possible to determine the date of when a revision was tagged? This will be useful for determining when code was released. Note, I'm not too interested in the date of the tagged revision, but rather when the revision was tagged.

flag

1 Answer

vote up 2 vote down check

Tags are currently not first-class citizens in a Bazaar branch; their addition and removal isn't tracked in revisions. So no, I don't think you can ask anything about the history of a tag; once it changes, any previous state of that tag (including "wasn't there") is unavailable.

link|flag
Note: tags should not be tracked in revisions. But there is/was intent to add extra information to tags, but bzr still lacks this feature. – bialix May 20 at 11:00

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.