[Python-checkins] hooks: Test commit for hook

antoine.pitrou python-checkins at python.org
Tue Mar 1 02:59:08 CET 2011


antoine.pitrou pushed 3dec545110c4 to hooks:

http://hg.python.org/hooks/rev/3dec545110c4
changeset:   37:3dec545110c4
tag:         tip
user:        Antoine Pitrou <solipsis at pitrou.net>
date:        Tue Mar 01 02:59:03 2011 +0100
summary:
  Test commit for hook

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) + '\n')
     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