[Trac-tickets] [The Trac Project] #1456: Combine tickets/changesets
in timeline
The Trac Project
noreply at edgewall.com
Thu Apr 21 03:41:45 EDT 2005
#1456: Combine tickets/changesets in timeline
----------------------+-----------------------------------------------------
Id: 1456 | Status: new
Component: timeline | Modified: Thu Apr 21 03:41:21 2005
Severity: normal | Milestone:
Priority: normal | Version: devel
Owner: jonas | Reporter: ludde
----------------------+-----------------------------------------------------
Right now, in the timeline, when you have changesets that fixes bugs, you
have something like:
{{{
Ticket #444 resolved by Ludde
fixed - Fixed in #1111
Ticket #555 resolved by Ludde
fixed - Fixed in #1111
Changeset [1111] by ludde
Fix stupid mistake in core module. Closes #444,#555.
}}}
It would be much more readable if Trac combines those into a single entry
(perhaps using some option), such as:
{{{
Changeset [1111] by ludde - fixes #444,#555.
Fix stupid mistake in core module.
}}}
--
Ticket URL: <http://projects.edgewall.com/trac/ticket/1456>
The Trac Project <>
More information about the Trac-Tickets
mailing list