Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Corrected test. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
8a484427e6119a0c8777f22246d57e79 |
User & Date: | peter.spjuth@gmail.com 2011-04-11 22:50:19.000 |
Context
2011-04-22
| ||
00:10 | Merging did not work properly if alignement was used. [Bug 9925] check-in: 20eadc24c4 user: peter.spjuth@gmail.com tags: trunk | |
2011-04-11
| ||
22:50 | Corrected test. check-in: 8a484427e6 user: peter.spjuth@gmail.com tags: trunk | |
22:44 | Support revisions with -review in Git. check-in: 329d49a32b user: peter.spjuth@gmail.com tags: trunk | |
Changes
Changes to Changes.
1 2 3 4 5 6 7 8 9 10 | 2011-04-11 Support files and revisions with -review in Fossil. Support revisions with -review in Git. 2011-04-05 Added -pluginlist option. Added Paste Patch command in Tools. 2011-04-04 Support list of files with -review. | > | 1 2 3 4 5 6 7 8 9 10 11 | 2011-04-11 Support files and revisions with -review in Fossil. Support revisions with -review in Git. New DiffUtil has a fallback to pure Tcl LCS. 2011-04-05 Added -pluginlist option. Added Paste Patch command in Tools. 2011-04-04 Support list of files with -review. |
︙ | ︙ |
Changes to tests/patch.test.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | # Tests for patch file parsingunctions -*- tcl -*- #---------------------------------------------------------------------- # $Revision$ #---------------------------------------------------------------------- # Overload exec during these tests set ::diff(gurka,patchFile) "" stub update args {} stub getFullPatch {top} { return $::testpatch } stub displayOnePatch {top leftLines rightLines leftLine rightLine} { } stub emptyLine {top n {highlight 1}} { | > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | # Tests for patch file parsingunctions -*- tcl -*- #---------------------------------------------------------------------- # $Revision$ #---------------------------------------------------------------------- # Overload exec during these tests set ::diff(gurka,patchFile) "" set ::diff(gurka,patchData) "" stub update args {} stub getFullPatch {top} { return $::testpatch } stub displayOnePatch {top leftLines rightLines leftLine rightLine} { } stub emptyLine {top n {highlight 1}} { |
︙ | ︙ |