|
From: Fred L. D. <fd...@us...> - 2003-07-10 22:02:25
|
Update of /cvsroot/cvs-syncmail/CVSROOT
In directory sc8-pr-cvs1:/tmp/cvs-serv27147
Modified Files:
syncmail
Log Message:
More diagnostics.
Index: syncmail
===================================================================
RCS file: /cvsroot/cvs-syncmail/CVSROOT/syncmail,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- syncmail 10 Jul 2003 19:07:51 -0000 1.20
+++ syncmail 10 Jul 2003 22:02:22 -0000 1.21
@@ -443,7 +443,8 @@
if verbose:
print 'Python version', sys.version
os.system("type python1.6; type python2;"
- " type python2.0; type python2.1; type python2.2")
+ " type python2.0; type python2.1; type python2.2;"
+ " type rcsdiff; type rlog")
print 'Mailing %s...' % string.join(people, COMMASPACE)
print 'Generating notification message...'
blast_mail(subject, people, changes.values(),
|