Author: adc
Date: Tue Aug  6 02:15:37 2013
New Revision: 1510841

URL: http://svn.apache.org/r1510841
Log:
Print out emails

Modified:
    labs/panopticon/bin/check-email

Modified: labs/panopticon/bin/check-email
URL: 
http://svn.apache.org/viewvc/labs/panopticon/bin/check-email?rev=1510841&r1=1510840&r2=1510841&view=diff
==============================================================================
--- labs/panopticon/bin/check-email (original)
+++ labs/panopticon/bin/check-email Tue Aug  6 02:15:37 2013
@@ -35,6 +35,10 @@ def cmd_lookup(args):
             print committer.fullname, '-', committer.username
             if committer.member:
                 print '  *ASF member'
+            if committer.emails:
+                print '  E-mails:'
+                for email in sorted(committer.emails):
+                    print '   ', email
             if committer.projects:
                 print '  Projects:'
                 for project in sorted(committer.projects):



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to