<pre style='margin:0'>
Rainer Müller (raimue) pushed a commit to branch master
in repository trac.macports.org.

</pre>
<p><a href="https://github.com/macports/trac.macports.org/commit/6f5ecea9b85f2557efb45b3166497269f5f3991e">https://github.com/macports/trac.macports.org/commit/6f5ecea9b85f2557efb45b3166497269f5f3991e</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 6f5ecea9b85f2557efb45b3166497269f5f3991e
</span>Author: Rainer Müller <raimue@macports.org>
AuthorDate: Tue Nov 1 02:17:07 2016 +0100

<span style='display:block; white-space:pre;color:#404040;'>    trac-github-update: send mails to stdout with -n
</span>---
 plugins/hooks/trac-github-update.py | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/plugins/hooks/trac-github-update.py b/plugins/hooks/trac-github-update.py
</span><span style='display:block; white-space:pre;color:#808080;'>index 1412565..1db58ef 100755
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/plugins/hooks/trac-github-update.py
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/plugins/hooks/trac-github-update.py
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -115,9 +115,10 @@ def main(args):
</span>     # Choose the method of sending emails based on the git config:
     mailer = git_multimail.choose_mailer(config, environment)
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    # OutputMailer is intended only for testing; it writes the emails to
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    # the specified file stream.
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    #mailer = OutputMailer(sys.stdout)
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    if "-n" in args:
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        # OutputMailer is intended only for testing; it writes the emails to
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        # the specified file stream.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        mailer = OutputMailer(sys.stdout)
</span> 
     # Send notification emails:
     run_as_github_webhook(environment, mailer)
</pre><pre style='margin:0'>

</pre>