1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
+
|
<b><ul>Commands</ul></b>
<b>File Menu</b>
Redo Diff \t: Run diff again on the same files.
Open Both \t: Select two files, run diff.
Open Left File \t: Select a file for left window, run diff
Open Right File \t: Select a file for right window, run diff
Open Ancestor File\t: Select ancestor for threeway diff, rerun and merge
Open Conflict File\t: Select a file containing conflicts such as from
\t a CVS merge.
Open Patch File \t: Display a patch file created by diff -c or diff -u.
Revision Diff \t: Select one revision controlled file.
Print PDF \t: Print diff to PDF file.
Close \t: Close this window.
Quit \t: Guess
|