Trac Changeset ModuleTrac has a built-in functionality for visualizing diffs - changes to files. The Changeset ViewWhen viewing a commited changeset, such as when clicking a changeset TracLink or a changeset event-line in the timeline, Trac will display what changes this current set of patches imposes. The changeset view consists of two parts, the header and the diff view. Changeset HeaderThe header shows an overview of the whole changeset. Here you will find information such as:
In front of each listed file, you'll find a colored rectangle. The color indicates how the file is affected by the changeset.
The color legend is located below the header as a reminder. Diff ViewBelow 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):
In addition, various advanced options are available in the preferences form for adjusting the display of the diffs:
See also: TracGuide, TracBrowser |