Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
ba971860
Commit
ba971860
authored
Jan 11, 2002
by
myk%mozilla.org
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
processmail
processmail
+4
-3
No files found.
processmail
View file @
ba971860
...
...
@@ -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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment