Refactor Rebase to use PatchSetInserter

Refactor the rebase to use the PatchSetInserter class.

The PatchSetInserter takes care of sending email notifications about
new patch sets, so remove the rebase-specific sender.

Change-Id: I1e05db299d03d6b4a9eec4ae5bca4cd62cf01a4f
This commit is contained in:
David Pursehouse
2013-07-08 18:01:55 +09:00
parent c8fe07b8f0
commit fd23ab518f
7 changed files with 43 additions and 242 deletions

View File

@@ -95,7 +95,6 @@ public class SitePathInitializer {
extractMailExample("Merged.vm");
extractMailExample("MergeFail.vm");
extractMailExample("NewChange.vm");
extractMailExample("RebasedPatchSet.vm");
extractMailExample("RegisterNewEmail.vm");
extractMailExample("ReplacePatchSet.vm");
extractMailExample("Restored.vm");