[Python-checkins] hooks: A last test (everything should be ok now)

antoine.pitrou python-checkins at python.org
Fri Feb 18 18:49:09 CET 2011


antoine.pitrou pushed 6b294f1ff7ff to hooks:

http://hg.python.org/hooks/rev/6b294f1ff7ff
changeset:   24:6b294f1ff7ff
tag:         tip
user:        Antoine Pitrou <solipsis at pitrou.net>
date:        Fri Feb 18 18:49:07 2011 +0100
summary:
  A last test (everything should be ok now)

files:
  mail.py

diff --git a/mail.py b/mail.py
--- a/mail.py
+++ b/mail.py
@@ -69,4 +69,3 @@
     send(subj, FROM % user, to, '\n'.join(body))
     print 'notified %s of incoming changeset %s' % (to, ctx)
     return False
-

--
Repository URL: http://hg.python.org/hooks


More information about the Python-checkins mailing list