Add missing mail template examples to site init

Add a few mail templates that were not being extracted during the
site init.

Also add missing mail template documentation.

Change-Id: I66773ad1ca74d834b29bd6a7f3ee190633e30dc1
This commit is contained in:
David Pursehouse
2012-09-27 20:53:22 +09:00
committed by Edwin Kempin
parent f9b41a4c62
commit 8f4e01f90e
2 changed files with 16 additions and 0 deletions

View File

@@ -92,8 +92,11 @@ public class SitePathInitializer {
extractMailExample("Merged.vm");
extractMailExample("MergeFail.vm");
extractMailExample("NewChange.vm");
extractMailExample("RebasedPatchSet.vm");
extractMailExample("RegisterNewEmail.vm");
extractMailExample("ReplacePatchSet.vm");
extractMailExample("Restored.vm");
extractMailExample("Reverted.vm");
if (!ui.isBatch()) {
System.err.println();