Edgewall Software

Changes between Version 11 and Version 12 of TracRevisionLog


Ignore:
Timestamp:
Mar 16, 2017, 3:03:29 AM (7 years ago)
Author:
Ryan J Ollos
Comment:

Minor edits.

Legend:

Unmodified
Added
Removed
Modified
  • TracRevisionLog

    v11 v12  
    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 latest 100 revisions.
     11which means the revision log will show the [TracIni#revisionlog-default_log_limit-option default log limit], which by default is the latest 100 revisions.
    1212
    1313Also, there are three modes of operation of the revision log.
     
    1515By 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.
    1616
    17 It is also possible to indicate that one wants to see what happened before a ''Copy'' or ''Rename'' change, by selecting the
    18 ''Follow copies'' mode. This will cross all copies or renames changes.
     17It is also possible to indicate that one wants include what happened before a ''Copy'' or ''Rename'' change, by selecting the
     18''Follow copies'' mode. This will continue to list all revisions across copies and renames.
    1919Each time the name of the path changes, there will be an additional indentation level. That way, the changes on the different paths are easily grouped together visually.
    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 be shown on screen.
     22that ''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.
    2323
    2424Finally, there's a checkbox ''Show full log messages'', which controls whether the full content of the commit log message
     
    3131    for selecting the ''old'' and the ''new'' revisions that will be used for [#InspectingChangesBetweenRevisions viewing the actual changes].
    3232 1. A color code (similar to the one used for the
    33     [TracChangeset#ChangesetHeader changesets]) indicating kind of change.
     33    [TracChangeset#ChangesetHeader changesets]) indicates the kind of change.
    3434    Clicking on this column refreshes the revision log so that it restarts
    3535    with this change.