Edgewall Software

Changes between Version 7 and Version 8 of TracChangeset


Ignore:
Timestamp:
Sep 4, 2005, 3:12:57 PM (19 years ago)
Author:
Christopher Lenz
Comment:

Cleanup

Legend:

Unmodified
Added
Removed
Modified
  • TracChangeset

    v7 v8  
    22[[TracGuideToc]]
    33
    4 Trac has a built-in functionality for visualizing diffs - changes to files.
     4Trac has a built-in functionality for visualizing “diffs” - changes to files.
    55
    6 == The Changeset View ==
     6When viewing a repository check-in, such as when following a
     7changeset [wiki:TracLinks link] or a changeset event in the
     8[wiki:TracTimeline timeline], Trac will display the exact changes
     9made by the check-in.
    710
    8 When viewing a commited changeset, such as when clicking a changeset
    9 [wiki:TracLinks TracLink] or a changeset event-line in the
    10 [wiki:TracTimeline timeline], Trac will display what changes this current set of patches imposes.
     11The changeset view consists of two parts, the ''header'' and the ''diff views''.
    1112
    12 The changeset view consists of two parts, the '''header''' and the '''diff view'''.
    13 
    14 === Changeset Header ===
     13== Changeset Header ==
    1514
    1615The header shows an overview of the whole changeset.
     
    2827 * Red: Removed
    2928 * Yellow: Modified
     29 * Blue: Copied
     30 * Gray: Moved
    3031
    3132The color legend is located below the header as a reminder.
    3233
    33 === Diff View ===
     34== Diff Views ==
    3435
    3536Below the header is the main part of the changeset, the diff view. Each file is shown in a separate section, each of which will contain only the regions of the file that are affected by the changeset. There are two different styles of displaying the diffs: ''inline'' or ''side-by-side'' (you can switch between those styles using the preferences form):