Merge "Modifies change-related email templates"
This commit is contained in:
@@ -32,7 +32,9 @@
|
||||
## to a change being abandoned. It is a ChangeEmail: see ChangeSubject.vm and
|
||||
## ChangeFooter.vm.
|
||||
##
|
||||
$fromName has abandoned this change.
|
||||
$fromName has abandoned this change.#**
|
||||
*##if($email.changeUrl) ( $email.changeUrl )#end
|
||||
|
||||
|
||||
Change subject: $change.subject
|
||||
......................................................................
|
||||
|
||||
@@ -33,7 +33,9 @@
|
||||
## ChangeSubject.vm, ChangeFooter.vm and CommentFooter.vm.
|
||||
##
|
||||
#if ($email.coverLetter || $email.hasInlineComments())
|
||||
$fromName has posted comments on this change.
|
||||
$fromName has posted comments on this change.#**
|
||||
*##if($email.changeUrl) ( $email.changeUrl )#end
|
||||
|
||||
|
||||
Change subject: $change.subject
|
||||
......................................................................
|
||||
|
||||
@@ -32,7 +32,10 @@
|
||||
## related to removal of a reviewer (and the reviewer's votes) from reviews.
|
||||
## It is a ChangeEmail: see ChangeSubject.vm and ChangeFooter.vm.
|
||||
##
|
||||
$fromName has removed $email.joinStrings($email.reviewerNames, ', ') from this change.
|
||||
$fromName has removed $email.joinStrings($email.reviewerNames, ', ') from #**
|
||||
*#this change.#**
|
||||
*##if($email.changeUrl) ( $email.changeUrl )#end
|
||||
|
||||
|
||||
Change subject: $change.subject
|
||||
......................................................................
|
||||
|
||||
@@ -32,7 +32,9 @@
|
||||
## to a failure upon attempting to merge a change to the head. It is a
|
||||
## ChangeEmail: see ChangeSubject.vm and ChangeFooter.vm.
|
||||
##
|
||||
$fromName has submitted this change and it FAILED to merge.
|
||||
$fromName has submitted this change and it FAILED to merge.#**
|
||||
*##if($email.changeUrl) ( $email.changeUrl )#end
|
||||
|
||||
|
||||
Change subject: $change.subject
|
||||
......................................................................
|
||||
|
||||
@@ -32,7 +32,9 @@
|
||||
## a change successfully merged to the head. It is a ChangeEmail: see
|
||||
## ChangeSubject.vm and ChangeFooter.vm.
|
||||
##
|
||||
$fromName has submitted this change and it was merged.
|
||||
$fromName has submitted this change and it was merged.#**
|
||||
*##if($email.changeUrl) ( $email.changeUrl )#end
|
||||
|
||||
|
||||
Change subject: $change.subject
|
||||
......................................................................
|
||||
|
||||
@@ -42,12 +42,10 @@ I'd like you to do a code review.#if($email.changeUrl) Please visit
|
||||
to review the following change.
|
||||
#end
|
||||
#else
|
||||
$fromName has uploaded a new change for review.
|
||||
#if($email.changeUrl)
|
||||
$fromName has uploaded a new change for review.#**
|
||||
*##if($email.changeUrl) ( $email.changeUrl )#end
|
||||
#end
|
||||
|
||||
$email.changeUrl
|
||||
#end
|
||||
#end
|
||||
|
||||
Change subject: $change.subject
|
||||
......................................................................
|
||||
@@ -59,4 +57,4 @@ $email.changeDetail
|
||||
#if($email.includeDiff)
|
||||
|
||||
$email.UnifiedDiff
|
||||
#end
|
||||
#end
|
||||
|
||||
@@ -42,7 +42,9 @@ I'd like you to reexamine a change.#if($email.changeUrl) Please visit
|
||||
to look at the new patch set (#$patchSet.patchSetId).
|
||||
#end
|
||||
#else
|
||||
$fromName has uploaded a new patch set (#$patchSet.patchSetId).
|
||||
$fromName has uploaded a new patch set (#$patchSet.patchSetId).#**
|
||||
*##if($email.changeUrl) ( $email.changeUrl )#end
|
||||
|
||||
#end
|
||||
|
||||
Change subject: $change.subject
|
||||
|
||||
@@ -32,7 +32,9 @@
|
||||
## to a change being restored. It is a ChangeEmail: see ChangeSubject.vm and
|
||||
## ChangeFooter.vm.
|
||||
##
|
||||
$fromName has restored this change.
|
||||
$fromName has restored this change.#**
|
||||
*##if($email.changeUrl) ( $email.changeUrl )#end
|
||||
|
||||
|
||||
Change subject: $change.subject
|
||||
......................................................................
|
||||
|
||||
@@ -32,7 +32,9 @@
|
||||
## to a change being reverted. It is a ChangeEmail: see ChangeSubject.vm and
|
||||
## ChangeFooter.vm.
|
||||
##
|
||||
$fromName has reverted this change.
|
||||
$fromName has reverted this change.#**
|
||||
*##if($email.changeUrl) ( $email.changeUrl )#end
|
||||
|
||||
|
||||
Change subject: $change.subject
|
||||
......................................................................
|
||||
|
||||
Reference in New Issue
Block a user