bug editing

darcs-hash:20021027015748-a279a-6de17200836c59dfcf7c7510f33e0262610c7dfe.gz
This commit is contained in:
stransky 2002-10-27 02:57:48 +01:00
parent 9215b82eb0
commit 2d1f3313ba

View file

@ -231,10 +231,11 @@ def blast_mail(subject, people, filestodiff, contextlines, fromhost):
From: %(author)s From: %(author)s
To: %(people)s To: %(people)s
Subject: %(subject)s Subject: %(subject)s
X-CVSinfo: CRANS X-CVSinfo: %(location)s
''' % {'author' : author, ''' % {'author' : author,
'people' : string.join(people, COMMASPACE), 'people' : string.join(people, COMMASPACE),
'subject': 'CVS commit sur '+host+' : '+ subject, 'subject': 'CVS commit sur '+host+' : '+ subject,
'location': 'CRANS',
} }
s.write(sys.stdin.read()) s.write(sys.stdin.read())
# append the diffs if available # append the diffs if available