Edgewall Software

Changes between Version 12 and Version 13 of CommitTicketUpdater


Ignore:
Timestamp:
Aug 6, 2011, 12:41:58 PM (13 years ago)
Author:
Remy Blank
Comment:

Removed commas also in refs, and simplified formatting.

Legend:

Unmodified
Added
Removed
Modified
  • CommitTicketUpdater

    v12 v13  
    4444     * or contain two characters. For example, if set to "[]", then commands must be in the form of `[closes #4]`.[[BR]][[BR]]
    4545 a. `commit_ticket_update_commands.close`: has a space-separated list, whit commands that close tickets.
    46     * Default values to **close** a ticket: //close// //closed// //closes// //fix// //fixed// //fixes// [[BR]][[BR]]
     46    * Default values to **close** a ticket: //close closed closes fix fixed fixes// [[BR]][[BR]]
    4747 a. `commit_ticket_update_commands.refs`: has a space-separated list, whit commands that add a reference to tickets.
    48     * Default values to **reference** a ticket: //addresses//, //re//, //references//, //refs//, //see//
     48    * Default values to **reference** a ticket: //addresses re references refs see//
    4949    * If set to the special value //<ALL>//, all tickets referenced by the message will get a reference to the changeset.[[BR]][[BR]]
    5050 a. `commit_ticket_update_check_perms` when //true// checks that the committer has permission to perform the requested operations on the referenced tickets