Changes between Version 26 and Version 27 of ChangeLogMacro
- Timestamp:
- Apr 6, 2022, 5:59:31 AM (20 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ChangeLogMacro
v26 v27 5 5 == Description 6 6 7 This plugin adds a Wiki macro that displays the changelog for a repository path. As an example, it generates the changes applied as shown in the Recent changes sectionbelow.7 This plugin displays the changelog for a repository path. As an example, it displays the changes applied to software products as shown in the '''Recent changes''' section of this page below. 8 8 9 9 The !ChangeLog macro writes a log of the latest changes of a repository at a given path. Following variants are possible to use: … … 16 16 }}} 17 17 18 1. Default repository is used if reponame is left out. To show the last five changes of the default repository:18 1. Default repository is used if the reponame is left out. To show the last five changes of the default repository: 19 19 {{{ 20 20 [[ChangeLog(/)]] … … 31 31 }}} 32 32 33 3. The limitcan be set by an optional parameter. To show the last 10 changes, up to revision 99:33 3. The maximum amount of changes to display can be set by an optional parameter. To show the last 10 changes, up to revision 99: 34 34 {{{ 35 35 [[ChangeLog(/otherrepo/trunk@99, 10)]] 36 36 }}} 37 37 38 4. A range of revisions can be logged .38 4. A range of revisions can be logged: 39 39 {{{ 40 40 [[ChangeLog(/otherrepo/trunk@90-99)]]