Fixed bug 544 -- now use unified diffs instead of context diffs in mail.

git-svn-id: svn://10.0.0.236/trunk@8715 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
terry%netscape.com
1998-08-28 19:17:59 +00:00
parent 9db2998134
commit 5faec3d6ed

View File

@@ -206,7 +206,7 @@ foreach i $argv {
puts $fid $text
close $fid
if {[Different $old $new]} {
catch {exec diff -c $old $new > $diffs}
catch {exec diff -u $old $new > $diffs}
set tolist [fixaddresses [list $bug(assigned_to) $bug(reporter)]]
set cclist [fixaddresses $bug(cclist)]
set logstr "Bug $i changed"