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:
@@ -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
|
||||
|
Reference in New Issue
Block a user