[Python-checkins] merge in hooks: merge test

dirkjan.ochtman python-checkins at python.org
Fri Feb 18 18:32:36 CET 2011


dirkjan.ochtman pushed ddf747c3d272 to hooks:

http://hg.python.org/hooks/rev/ddf747c3d272
changeset:   21:ddf747c3d272
tag:         tip
parent:      20:f3e489ffbf86
parent:      19:7ea3d7f6e688
user:        Antoine Pitrou <solipsis at pitrou.net>
date:        Fri Feb 18 18:32:26 2011 +0100
summary:
  merge test

files:
  mail.py

diff --git a/mail.py b/mail.py
--- a/mail.py
+++ b/mail.py
@@ -9,6 +9,8 @@
 CSET_URL = BASE + '%s/rev/%s'
 FROM = '%s <python-checkins at python.org>'
 
+# foo
+
 def send(sub, sender, to, body):
     msg = MIMEMultipart()
     msg['Subject'] = sub

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


More information about the Python-checkins mailing list