Changes between Version 1 and Version 2 of TracChangeset
- Timestamp:
- Jul 13, 2005, 4:49:39 PM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TracChangeset
v1 v2 1 1 = Trac Changeset Module = 2 [[TracGuideToc]]3 4 Trac has a built-in functionality for visualizing diffs - changes to files.5 2 6 3 == The Changeset View == 7 4 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. 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. 11 7 12 8 The changeset view consists of two parts, the '''header''' and the '''diff view'''. … … 41 37 * You can set how many lines are displayed before and after every change 42 38 * 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 ----45 See also: TracGuide, TracBrowser