Show unified diff in ReplacePatchSet emails

Bug: Issue 5599
Change-Id: I33eb769843d9a634cdb63d6240bfb0dfda65d0fe
This commit is contained in:
Wyatt Allen
2017-02-24 13:09:37 -08:00
parent 2b561e6fd7
commit d60c8f03e2
2 changed files with 11 additions and 0 deletions

View File

@@ -60,4 +60,11 @@
{$patchSet.refName}
{\n}
{/if}
{if $email.includeDiff}
{\n}
{\n}
{$email.unifiedDiff}
{\n}
{/if}
{/template}

View File

@@ -49,4 +49,8 @@
{$patchSet.refName}
{/param}{/call}
{/if}
{if $email.includeDiff}
{call .Pre}{param content: $email.unifiedDiff /}{/call}
{/if}
{/template}