mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-14 02:31:59 +00:00
Back out last change. No diffs are showing up at all!
This commit is contained in:
parent
33307dbc4b
commit
261d7a0b13
@ -206,7 +206,7 @@ foreach i $argv {
|
|||||||
puts $fid $text
|
puts $fid $text
|
||||||
close $fid
|
close $fid
|
||||||
if {[Different $old $new]} {
|
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 tolist [fixaddresses [list $bug(assigned_to) $bug(reporter)]]
|
||||||
set cclist [fixaddresses $bug(cclist)]
|
set cclist [fixaddresses $bug(cclist)]
|
||||||
set logstr "Bug $i changed"
|
set logstr "Bug $i changed"
|
||||||
|
Loading…
Reference in New Issue
Block a user