Commit ba971860 authored by myk%mozilla.org's avatar myk%mozilla.org

Fix for bug 113383: Add a link to the dependent bug in emails about a dependent bug changing state.

Patch by Myk Melez <myk@mozilla.org>. r=caillon,jake
parent 7fe123d5
......@@ -194,10 +194,11 @@ sub ProcessOneBug {
$deptext .= $thisdiff;
}
$lastbug = $bug;
my $urlbase = Param("urlbase");
$thisdiff =
"\nThis bug depends on bug $bug, which changed state.\n";
$thisdiff .=
"Bug $bug Summary: $summary\n\n";
"\nBug $id depends on bug $bug, which changed state.\n\n" .
"Bug $bug Summary: $summary\n" .
"${urlbase}show_bug.cgi?id=$bug\n\n";
$thisdiff .= FormatTriple("What ", "Old Value", "New Value");
$thisdiff .= ('-' x 76) . "\n";
$interestingchange = 0;
......
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