Srl tools: DcutHelper | TicketList
TicketList
The Ticket Lister will show all tickets which have commits between a pair of revisions, in a certain path.
How to use the TicketList function.
- You must be a logged in user to use this function. Sorry, it's not quite baked yet for public use.
- see DcutHelper for notes on selecting the branch and revision point
- Either view changes between two revisions and then click Ticket List ( as with DcutHelper ), or go directly to http://bugs.icu-project.org/trac/tktlist and use the 'navigation' box to enter a path (such as icu/trunk ), an old revision and a new revision. Like subversion diffs, the ticket lister will look for revisions from (old+1) to (new), inclusive.
- In the resultant page, the three buttons Table, Text, and HTML will let you choose between a browser friendly style, an email-friendly style, and a HTML-friendly style.
Table
| #0 | Not a bug. |
| #3 | Static libraries? |
Text
0 Not a bug. 3 Static libraries?
HTML
<a href="http://bugs.icu-project.org/trac/ticket/0">#0</a> — Not a bug.<br> <a href="http://bugs.icu-project.org/trac/ticket/3">#3</a> — Static libraries?<br>
...