Edgewall Software

Changes between Version 13 and Version 14 of CommitTicketUpdater


Ignore:
Timestamp:
Aug 6, 2011, 1:00:26 PM (13 years ago)
Author:
Peter Suter
Comment:

Fix minor typo (whit vs. with)

Legend:

Unmodified
Added
Removed
Modified
  • CommitTicketUpdater

    v13 v14  
    4343     * Must be empty not to require an envelope;
    4444     * or contain two characters. For example, if set to "[]", then commands must be in the form of `[closes #4]`.[[BR]][[BR]]
    45  a. `commit_ticket_update_commands.close`: has a space-separated list, whit commands that close tickets.
     45 a. `commit_ticket_update_commands.close`: has a space-separated list, with commands that close tickets.
    4646    * Default values to **close** a ticket: //close closed closes fix fixed fixes// [[BR]][[BR]]
    47  a. `commit_ticket_update_commands.refs`: has a space-separated list, whit commands that add a reference to tickets.
     47 a. `commit_ticket_update_commands.refs`: has a space-separated list, with commands that add a reference to tickets.
    4848    * 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]]