Changes between Version 1 and Version 2 of TracRevisionLog
- Timestamp:
- 09/17/06 21:44:11 (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TracRevisionLog
v1 v2 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 2. A color code (similar to the one explained [wiki:TracChangeset here])52 2. A color code (similar to the one used for the [wiki:TracChangeset#ChangesetHeader changesets]) 53 53 indicating kind of change. 54 54 Clicking on this column refreshes the revision log so that it restarts … … 65 65 66 66 67 == Viewing the Actual Changes == 68 69 ''(requires [milestone:0.10])'' 67 == Inspecting Changes Between Revisions == 70 68 71 69 The ''View changes...'' buttons (placed above and below the list … … 84 82 changeset will be shown (same effect as clicking on column 5). 85 83 86 87 84 == Alternative Formats == 88 85 … … 97 94 98 95 The revision log also provides a RSS feed to monitor the changes. 99 To subscribe to a nRSS feed for a file or directory, open its96 To subscribe to a RSS feed for a file or directory, open its 100 97 revision log in the browser and click the orange 'XML' icon at the bottom 101 98 of the page. For more information on RSS support in Trac, see TracRss. 102 99 100 ---- 101 See also: TracBrowser, TracChangeset, TracGuide