Edgewall Software

Changes between Version 13 and Version 14 of TracRevisionLog


Ignore:
Timestamp:
Mar 26, 2017, 1:40:57 AM (7 years ago)
Author:
Ryan J Ollos
Comment:

Minor edits.

Legend:

Unmodified
Added
Removed
Modified
  • TracRevisionLog

    v13 v14  
    99
    1010It is also possible to specify the revision at which the log should stop, using the ''Back to'' field. By default it is empty,
    11 which means the revision log will show the [TracIni#revisionlog-default_log_limit-option default log limit], which by default is the latest 100 revisions.
     11which means the revision log will show the [TracIni#revisionlog-default_log_limit-option default log limit], which defaults to the latest 100 revisions.
    1212
    13 Also, there are three modes of operation of the revision log.
     13There are three modes of operation of the revision log.
    1414
    15 By default, the revision log ''stops on copy'', which means that whenever an ''Add'', ''Copy'' or ''Rename'' operation is detected, no older revision will be shown. That's very convenient when working with branches, as one only sees the history corresponding to what has been done on the branch.
     15By default, the revision log ''stops on copy'', which means that whenever an ''Add'', ''Copy'' or ''Rename'' operation is detected, no older revision will be shown. That's very convenient when working with branches, as one only sees the history for that branch.
    1616
    1717It is also possible to indicate that one wants include what happened before a ''Copy'' or ''Rename'' change, by selecting the
     
    2020
    2121It is even possible to go past an ''Add'' change, in order to see if there has been a ''Delete'' change on that path, before
    22 that ''Add''. This mode corresponds to the mode called ''Show only adds, moves and deletes''. This operation can be quite resource intensive and therefore take some time to display.
     22that ''Add''. This mode is labeled ''Show only adds, moves and deletes''. The operation can be quite resource intensive and therefore take some time to display.
    2323
    2424Finally, there's a checkbox ''Show full log messages'', which controls whether the full content of the commit log message
     
    3838 Next to it, you can see a little "wheel" icon [[Image(htdocs:../common/changeset.png)]],  which is clickable and leads to the TracChangeset view for that revision.
    3939 1. The '''Age'''/'''Date''' at which the change was made.
    40     Depending on your [/prefs/localization session preference], the date is displayed in either //Relative// or //Absolute// format. //Relative// format shows the '''Age''': the time elapsed as the number of hours, days, weeks, months, or years. //Absolute// format shows the '''Date''' of the revision as a datetime.
     40    Depending on your [/prefs/localization session preference], the date is displayed in either //Relative// or //Absolute// format.
     41  * //Relative// format shows the '''Age''': the time elapsed as the number of hours, days, weeks, months, or years.
     42  * //Absolute// format shows the '''Date''' of the revision as a datetime.
    4143 1. The '''Author''' of the change.
    4244 1. The '''Log Message''', which contains either the truncated or full commit
     
    5456in the given range of revisions.
    5557
    56 Finally, if the two revisions are identical, the corresponding changeset will be shown. This has the same effect as clicking on the !ChangeSet number.
     58Finally, if the two revisions are identical, the corresponding changeset will be shown. This has the same effect as clicking on the changeset number.
    5759
    5860== Alternative Formats
     
    6466=== RSS Support
    6567
    66 The revision log also provides a RSS feed to monitor the changes. To subscribe to a RSS feed for a file or directory, open its
     68The revision log also provides an RSS feed to monitor the changes. To subscribe to an RSS feed for a file or directory, open its
    6769revision log in the browser and click the orange 'XML' icon at the bottom of the page. For more information on RSS support in Trac, see TracRss.
    6870
    6971----
    70 See also: TracBrowser, TracChangeset, TracGuide
     72See also: TracBrowser, TracChangeset