Changes between Version 2 and Version 3 of TracChangeset


Ignore:
Timestamp:
Aug 2, 2005, 12:07:41 PM (19 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracChangeset

    v2 v3  
    11= Trac Changeset Module =
     2[[TracGuideToc]]
     3
     4Trac has a built-in functionality for visualizing diffs - changes to files.
    25
    36== The Changeset View ==
    47
    5 When viewing a commited changeset, such as when clicking a changeset link or a changeset event-line in the
    6 timeline, Trac will display what changes this current set of patches imposes.
     8When 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.
    711
    812The changeset view consists of two parts, the '''header''' and the '''diff view'''.
     
    3741 * You can set how many lines are displayed before and after every change
    3842 * You can toggle whether blank lines, case changes and white space changes are ignored, thereby letting you find the functional changes more quickly
     43
     44----
     45See also: TracGuide, TracBrowser
Back to Top