From 5faec3d6ed8be1fd992f95cab31ed1ce34df6978 Mon Sep 17 00:00:00 2001 From: "terry%netscape.com" Date: Fri, 28 Aug 1998 19:17:59 +0000 Subject: [PATCH] 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 --- mozilla/webtools/bugzilla/processmail | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/webtools/bugzilla/processmail b/mozilla/webtools/bugzilla/processmail index 36935185e7a..b64d2e8a4fa 100755 --- a/mozilla/webtools/bugzilla/processmail +++ b/mozilla/webtools/bugzilla/processmail @@ -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"