Changes between Version 5 and Version 6 of TracTicketChangelogPlugin
- Timestamp:
- Jul 2, 2010, 2:27:09 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TracTicketChangelogPlugin
v5 v6 17 17 18 18 Subversion, mercurial, git are tested. 19 20 == Example == 21 22 For example, when you commit for ticket #10, the commit log like: 23 {{{ 24 #10 fixed blog 25 }}} 26 And you got a revision [1234]. After that, when open ticket #10, you can see a change log list as below. 27 28 [[Image(ticketlog.png)]] 19 29 20 30 == Bugs/Feature Requests == … … 72 82 * you can config log_pattern to define your pattern 73 83 74 == Example ==75 76 For example, when you commit for ticket #10, the commit log like:77 {{{78 #10 fixed blog79 }}}80 And you got a revision [1234]. After that, when open ticket #10, you can see a change log list as below.81 82 [[Image(ticketlog.png)]]83 84 84 == Recent Changes == 85 85