Determining tag creation date in Bazaar

Using Bazaar:

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

+1


a source to share


1 answer


Tags are not currently first-class citizens at the Bazaar branch; their additions and deletions are not tracked during revision. So no, I don't think you can ask anything about the history of the tag; after changing it, any previous state of this tag (including "was not") is unavailable.



+2


a source







All Articles