зеркало из https://github.com/mozilla/gecko-dev.git
Fixed bug 544 -- now use unified diffs instead of context diffs in mail.
This commit is contained in:
Родитель
de183621a7
Коммит
33307dbc4b
|
@ -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"
|
||||
|
|
Загрузка…
Ссылка в новой задаче