#5305 closed enhancement (fixed)
Display branch name/trunk next to timeline entries
Reported by: | Owned by: | aviram | |
---|---|---|---|
Priority: | low | Component: | BranchTimelinePlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
Thanks so much for writing this plugin! A request: In the timeline, to the right of each changeset, it would be great if the branch name (or "trunk") was displayed next to the changeset number. This would make it easier to browse the timeline when you are looking at combined results. This option could be disabled in trac.ini.
Attachments (0)
Change History (4)
comment:1 Changed 15 years ago by
Status: | new → assigned |
---|
comment:2 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Hey,
I've added the feature you requested in [5967] (and removed a feature from it in [5698]). Now the title of the changeset shows which branches were changed.
The format of trac's changesets in the timeline is pretty lame - you can change only the title or the description, so I decided to change the title. If you can think of a better way of displaying the changed branches, let me know by writing it here...
comment:3 Changed 15 years ago by
Thanks for doing this, it works great! :)
PS: I made a slight change locally, by wrapping the branch part of the title in a <cite>
tag just so it looks neat:
line 230:
branch_names = tag.cite(' in %s' % (', '.join([_get_branch_name(branch, self._branches_path, self._trunk_path)
Hey, thanks for the feedback. The feature you suggested is useful and important. I'll probably start working on this during this weekend.