Edgewall Software

Changes between Version 8 and Version 9 of CommitTicketUpdater


Ignore:
Timestamp:
Mar 16, 2011, 9:41:09 AM (13 years ago)
Author:
Floris Lambrechts <floris.lambrechts@…>
Comment:

better examples

Legend:

Unmodified
Added
Removed
Modified
  • CommitTicketUpdater

    v8 v9  
    1616
    1717=== Syntax ===
    18 The basic syntax is of the form `[command] [ticketreference]`. A colon between the command and the ticket reference is allowed. The ticketreference also allows to list //multiple// ticket numbers separated by spaces and/or comma.
     18The basic syntax is of the form `[command] [ticketreference]`. A colon between the command and the ticket reference is allowed. The ticketreference also allows to list //multiple// ticket numbers separated by spaces and/or comma. The word 'and' is also allowed between ticket numbers.
    1919
    2020By default, you can use the following commands (edit in `trac.ini` section `[ticket]` the values `commit_ticket_update_commands.close` and  `commit_ticket_update_commands.refs` to add or change these)
     
    3131* `fixes #10`
    3232* `fixes bug: #10`
    33 * `see #5`
     33* `see issue #5`
    3434* `references #5, #6`
    35 * `fixes #10 #11`
     35* `fixes bug #10 and #11`