Use a template to set the contents of the MergedEmails.

Add an admin editable Merged.vm template used to format the
contents of the merged change emails.

Change-Id: I79823c2135383a7dbf7f245abea3d693db025150
This commit is contained in:
Martin Fick
2010-07-23 17:31:26 -06:00
parent b7f3b2d5be
commit 7305be4faf
5 changed files with 93 additions and 51 deletions

View File

@@ -86,6 +86,7 @@ public class SitePathInitializer {
chmod(0755, site.gerrit_sh);
extractMailExample("ChangeSubject.vm");
extractMailExample("Merged.vm");
if (!ui.isBatch()) {
System.err.println();