CVS update [cvs1-11-x-branch]: /ccvs/src/
[email protected] 27 May 2005 18:09:41 -0000
| Newsgroups | gmane.comp.version-control.cvs.cvs |
|---|---|
| Message-ID | <[email protected]> |
Tag: cvs1-11-x-branch User: dprice Date: 05/05/27 11:09:41 Modified: /ccvs/src/ ChangeLog, sanity.sh Log: * sanity.sh (diff-addrm): Use diff -N. File Changes: Directory: /ccvs/src/ ===================== File [changed]: ChangeLog Url: https://ccvs.cvshome.org/source/browse/ccvs/src/ChangeLog?r1=1.2336.2.374&r2=1.2336.2.375 Delta lines: +4 -0 ------------------- --- ChangeLog 27 May 2005 17:46:54 -0000 1.2336.2.374 +++ ChangeLog 27 May 2005 18:09:34 -0000 1.2336.2.375 @@ -1,5 +1,9 @@ 2005-05-27 Derek Price <[email protected]> + * sanity.sh (diff-addrm): Use diff -N. + +2005-05-27 Derek Price <[email protected]> + * sanity.sh (diff-addrm): Add test for bug fixed some time ago. 2005-05-27 Derek Price <[email protected]> File [changed]: sanity.sh Url: https://ccvs.cvshome.org/source/browse/ccvs/src/sanity.sh?r1=1.752.2.172&r2=1.752.2.173 Delta lines: +1 -1 ------------------- --- sanity.sh 27 May 2005 17:46:54 -0000 1.752.2.172 +++ sanity.sh 27 May 2005 18:09:34 -0000 1.752.2.173 @@ -4867,7 +4867,7 @@ done" dotest diff-addrm-init-9 "$testcvs -Q tag secondtag" - dotest diff-addrm-1 "$testcvs -q diff -rfirsttag -rsecondtag" + dotest diff-addrm-1 "$testcvs -q diff -N -rfirsttag -rsecondtag" if $keep; then echo Keeping $TESTDIR and exiting due to --keep