Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Added GUI for selecting ancestor |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
973d18ceb6694ea2b277427e120bfc53 |
User & Date: | peter.spjuth@gmail.com 2011-05-03 21:16:48.000 |
Context
2011-05-03
| ||
21:37 | Merge branch 'master' into tablelist check-in: 93bf0308fc user: peter.spjuth@gmail.com tags: table-list | |
21:16 | Added GUI for selecting ancestor Closed-Leaf check-in: 973d18ceb6 user: peter.spjuth@gmail.com tags: trunk | |
2011-04-30
| ||
01:14 | Updated date and version check-in: b1a5dffb2b user: peter.spjuth@gmail.com tags: trunk | |
Changes
Changes to doc/eskil.txt.
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 |
︙ |
Changes to doc/tutorial.txt.
︙ | |||
35 36 37 38 39 40 41 42 43 44 45 46 47 48 | 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 | + + + + + + + + | Now those lines are remembered, and you could add more alignment pairs before you proceed with regenerating the view. <bullet>\u2022\tSelect menu File->Redo Diff.</bullet> Scroll down and see that the lines are next to each other. Also note that their line numbers are underlined. You can clear the alignment information in the right-click menu over a line or by selecting the menu Tools->Clear Align. <b>Three way merge</b> <bullet> \u2022\tDouble click on merge.txt to bring up the diff. \u2022\tSelect menu File->Open Ancestor File. \u2022\tSelect file mergeanc.txt </bullet> The merge window will appear with most changes merged. Conflicts are marked with gray, and a row of asterisks in the status bar. Conflicts are resolved to the right initially. Navigate between conflicts using shift-up/down keys. Select side with left/right keys. <b>Regular expression preprocessing</b> Double click on enum.c to bring up the diff. [write something here to explain the problem and the goal] [add reference to re_syntax and regsub manuals] <bullet> \u2022\tSelect menu Options->Preprocess. |
︙ |
Added examples/dir1/merge.txt.