Project113

Diff Viewer

The diff viewer lets you inspect the exact changes introduced by a change request. It is available on the Changes tab of any open CR.

Layout

The viewer uses a two-panel layout:

  • File tree (left panel) — A searchable tree showing all files changed in the CR, with git status indicators (added, modified, deleted).
  • Diff panel (right panel) — The diff for the currently selected file, with line-by-line highlighting.

Click any file in the tree to view its diff. Use the search box in the file tree to quickly find files by name.

Split vs Unified View

A toggle button above the diff panel lets you switch between two display modes:

  • Split view — Shows the old and new versions of the file side by side.
  • Unified view (default) — Shows added and removed lines inline in a single column.

Click the toggle button to switch between modes. Your preference is applied immediately.

Accessing the Diff Viewer

  1. Navigate to your repository and click the Changes tab.
  2. Select a change request from the list.
  3. Click the Changes tab within the CR detail page.