Clarify the email texts/subject and make them more consistent

Add the Change-Id and PatchSetId to the change footer. Use
the subject to refer to changes instead of the abbreviated
id.  Make the header section more similar for the different
message types.  Eliminate some redundant urls in footer and
body. Use merge-failed as a message type instead of comment.
Shorten the subject line (project path), remove the change
id from it.

Bug: issue 311
Change-Id: Ia4e616683608e9665ad6f0eaf7433be5edf2ed88
This commit is contained in:
Martin Fick
2010-08-04 17:20:52 -06:00
parent 76d8f4aad0
commit 9afb50af02
9 changed files with 38 additions and 33 deletions

View File

@@ -26,7 +26,7 @@ public class MergeFailSender extends ReplyToChangeSender {
@Inject
public MergeFailSender(EmailArguments ea, @Assisted Change c) {
super(ea, c, "comment");
super(ea, c, "merge-failed");
}
@Override