[Python-checkins] hooks: Another test

antoine.pitrou python-checkins at python.org
Fri Feb 18 18:42:24 CET 2011


antoine.pitrou pushed e88f105b8e59 to hooks:

http://hg.python.org/hooks/rev/e88f105b8e59
changeset:   23:e88f105b8e59
tag:         tip
user:        Antoine Pitrou <solipsis at pitrou.net>
date:        Fri Feb 18 18:42:21 2011 +0100
summary:
  Another test

files:
  mail.py

diff --git a/mail.py b/mail.py
--- a/mail.py
+++ b/mail.py
@@ -69,3 +69,4 @@
     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