Hi, just wanted to confirm SF bug #626140.
Doing a "cvs import ..." gives the following traceback:
Traceback (most recent call last):
File "/home/cvs/CVSROOT/syncmail", line 323, in ?
main()
File "/home/cvs/CVSROOT/syncmail", line 316, in main
blast_mail(subject, people, specs[1:], contextlines, fromhost)
File "/home/cvs/CVSROOT/syncmail", line 241, in blast_mail
print calculate_diff(file, contextlines)
File "/home/cvs/CVSROOT/syncmail", line 139, in calculate_diff
file, oldrev, newrev = string.split(filespec, ',')
ValueError: unpack list of wrong size
Inserting "print >> sys.stderr, filespec" at line 139 results in the
following line:
- Imported sources
|