Automatically CC a mailing list when changes merge

By including a mailing list anytime changes are merged the list's
archives can be used as a history of all merges that have happened.

Signed-off-by: Shawn O. Pearce <sop@google.com>
This commit is contained in:
Shawn O. Pearce
2008-10-29 07:46:59 -07:00
parent 1e025ab82c
commit d6f6e39f88
8 changed files with 90 additions and 20 deletions

View File

@@ -17,6 +17,13 @@
<input type="submit" value="Test" />
</form>
<h3>"Merge Log" email:</h3>
(CC'd on all merge messages)<br />
<code>{%if settings.merge_log_email %}{{settings.merge_log_email}}{%else%}NONE SET{%endif%}</code>
<form method="get" action="/admin/settings/merge_log_email" style="margin-left: 30px; display: inline;">
<input type="submit" value="Edit"/>
</form>
<h3>Track code for <a href="http://www.google.com/analytics/">Google Analytics</a>:</h3>
<form method="get" action="/admin/settings/analytics">
<code>{%if settings.analytics %}{{settings.analytics}}{%else%}NONE SET{%endif%}</code>