encore des bugs
darcs-hash:20021027015808-a279a-49349eb334bbf5372ebfc0f232767e2827701faa.gz
This commit is contained in:
parent
2d1f3313ba
commit
044dda510e
1 changed files with 0 additions and 2 deletions
2
syncmail
2
syncmail
|
@ -231,11 +231,9 @@ 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: %(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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue