bug editing
darcs-hash:20021027015748-a279a-6de17200836c59dfcf7c7510f33e0262610c7dfe.gz
This commit is contained in:
parent
9215b82eb0
commit
2d1f3313ba
1 changed files with 2 additions and 1 deletions
3
syncmail
3
syncmail
|
@ -231,10 +231,11 @@ def blast_mail(subject, people, filestodiff, contextlines, fromhost):
|
|||
From: %(author)s
|
||||
To: %(people)s
|
||||
Subject: %(subject)s
|
||||
X-CVSinfo: CRANS
|
||||
X-CVSinfo: %(location)s
|
||||
''' % {'author' : author,
|
||||
'people' : string.join(people, COMMASPACE),
|
||||
'subject': 'CVS commit sur '+host+' : '+ subject,
|
||||
'location': 'CRANS',
|
||||
}
|
||||
s.write(sys.stdin.read())
|
||||
# append the diffs if available
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue