Back out last change. No diffs are showing up at all!

This commit is contained in:
terry%netscape.com 1998-08-28 19:23:41 +00:00
parent 33307dbc4b
commit 261d7a0b13

View File

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