Commit 0ae1eb8c authored by terry%netscape.com's avatar terry%netscape.com

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

parent 0dd73502
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment