Changes between Version 3 and Version 4 of TracRevisionLog
- Timestamp:
- Apr 4, 2012, 2:28:19 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TracRevisionLog
v3 v4 46 46 == The Revision Log Information == 47 47 48 For each revision log entry, there are 7 columns :49 1. The first column contains a pair of radio buttons and should beused48 For each revision log entry, there are 7 columns shown: 49 1. The first column contains a pair of radio buttons and should used 50 50 for selecting the ''old'' and the ''new'' revisions that will be 51 51 used for [wiki:TracRevisionLog#viewingtheactualchanges viewing the actual changes]. 52 1. A color code (similar to the one used for the53 [wiki:TracChangeset#ChangesetHeader changesets])indicating kind of change.52 2. A color code (similar to the one used for the [wiki:TracChangeset#ChangesetHeader changesets]) 53 indicating kind of change. 54 54 Clicking on this column refreshes the revision log so that it restarts 55 55 with this change. 56 1. The '''Revision''' number, displayed as `@xyz`. 57 This is a link to the TracBrowser, using the displayed revision as the base line. 58 1. The '''Changeset''' number, displayed as `[xyz]`. 56 3. The '''Date''' at which the change was made. 57 4. The '''Revision''' number, displayed as `@xyz`. 58 This is a link to the TracBrowser, using that revision as the base line. 59 5. The '''Changeset''' number, displayed as `[xyz]`. 59 60 This is a link to the TracChangeset view. 60 1. The '''Date''' at which the change was made. 61 The date is displayed as the time elapsed from the date of the revision. The time 62 elapsed is displayed as the number of hours, days, weeks, months, or years. 63 1. The '''Author''' of the change. 64 1. The '''Log Message''', which contains either the truncated or full commit 61 6. The '''Author''' of the change. 62 7. The '''Log Message''', which contains either a summary or the full commit 65 63 log message, depending on the value of the ''Show full log messages'' 66 64 checkbox in the form above. … … 82 80 83 81 Finally, if the two revisions are identical, the corresponding 84 changeset will be shown (same effect as clicking on the !ChangeSet number).82 changeset will be shown (same effect as clicking on column 5). 85 83 86 84 == Alternative Formats ==