Show revision history of entire Mercurial repository or files, or limit to a number of revisions. Optionally store the history to a phing property. This is available for PHP 5.4 and higher.
Table C.31: Attributes
Name | Type | Description | Default | Required |
---|---|---|---|---|
format | String | Display with template, e.g. "{rev}\n", "{branch}" etc. | n/a | No |
maxCount | Integer | Number of commits to show/limit. | n/a | No |
outputProperty | String | Property name to set output value to from the execution. | n/a | No |
repository | String | Path to Mercurial repository. | n/a | Yes |
revision | String | Show the specified revision or range. | n/a | Yes |