id summary reporter owner description type status priority milestone component version severity resolution keywords cc branch changelog apichanges internalchanges 9607 Rework branch labeling in the timeline Christian Boos Christian Boos "In #8843, we added the possibility to display the branch information for each changeset in the timeline. However, it doesn't look that nice when we also display the list of changed files inline: [[Image(timeline-8843.png, align=center)]] It would be better to show this label like the gitweb and the hg web interfaces do, //after// the changeset number, not on the next line. A second (minor) issue with the above is that we always show the ''default'' label for Mercurial repositories. I ended up using a simple ignore list (default, master). With [attachment:display-branch-in-event-title-r9966.patch], we have: [[Image(timeline-new-branch-labels.png, align=center)]] A second step is to add support for displaying the **tag** labels. With [attachment:display-tags-in-changeset-events-r9966.patch], we have: [[Image(timeline-new-tag-labels-1.png, align=center)]] ... [[Image(timeline-new-tag-labels-2.png, align=center)]] " enhancement closed normal 1.0 version control 0.13dev normal fixed branch tag label Timeline: the changesets entries display their associated tags, if any versioncontrol: added `Changeset.get_tags()` [10077]