Changes between Version 6 and Version 7 of PullRequestsPlugin


Ignore:
Timestamp:
Mar 27, 2016, 9:04:26 PM (8 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • PullRequestsPlugin

    v6 v7  
    11[[PageOutline(2-5,Contents,pullout)]]
    22
    3 = Pull Requests
     3= Track the status of code repository pull requests
    44
    55== Description
     
    2424The pull request ''number'' is automatically inserted into the ticket comment.
    2525
    26 The trac.ini option `[pullrequests] create_commands` can be changed to allow multiple or different commands that create pull requests in different states. The status of a created PR is always the same as the command that was used to create it.
     26The trac.ini option `[pullrequests] create_commands` can be changed to allow multiple or different commands that create pull requests in different states. The status of a created pull request is always the same as the command that was used to create it.
    2727
    2828=== Change Status
    2929
    30 The status of a pull request is automatically changed when a ticket commend contains the command `<newstatus> PR:<number>`.
     30The status of a pull request is automatically changed when a ticket comment contains the command `<newstatus> PR:<number>`.
    3131
    3232Examples:
     
    3434* `closed PR:7`
    3535
    36 The trac.ini option `[pullrequests] update_commands` can be changed to allow different commands that change the pull request statues. The next status of a PR is always the same as the command that was used to change status.
     36The trac.ini option `[pullrequests] update_commands` can be changed to allow different commands that change the pull request statuses. The next status of a pull request is always the same as the command that was used to change status.
    3737
    38 === PRQueryMacro
     38=== PRQuery Macro
    3939
    4040A new macro allows listing all pull requests by author and / or status.