Update of /cvsroot/jspdbadmin/CVSROOT
In directory usw-pr-cvs1:/tmp/cvs-serv1308
Modified Files:
syncmail
Log Message:
Index: syncmail
===================================================================
RCS file: /cvsroot/jspdbadmin/CVSROOT/syncmail,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** syncmail 30 Jul 2002 04:24:58 -0000 1.1
--- syncmail 3 Sep 2002 01:01:48 -0000 1.2
***************
*** 113,117 ****
# lock contention. What a crock.
if contextlines > 0:
! difftype = "-C " + str(contextlines)
else:
difftype = "-u"
--- 113,117 ----
# lock contention. What a crock.
if contextlines > 0:
! difftype = "-u"
else:
difftype = "-u"
|