commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

r5159 - trunk/gnue-common/utils


From: jcater
Subject: r5159 - trunk/gnue-common/utils
Date: Wed, 25 Feb 2004 11:22:28 -0600 (CST)

Author: jcater
Date: 2004-02-25 11:22:27 -0600 (Wed, 25 Feb 2004)
New Revision: 5159

Modified:
   trunk/gnue-common/utils/svn2cl
Log:
fixed typo

Modified: trunk/gnue-common/utils/svn2cl
===================================================================
--- trunk/gnue-common/utils/svn2cl      2004-02-25 17:13:11 UTC (rev 5158)
+++ trunk/gnue-common/utils/svn2cl      2004-02-25 17:22:27 UTC (rev 5159)
@@ -65,7 +65,7 @@
 
   temptext = string.strip(str(message))
   #buff = string.split(temptext,"\n")
-  buff = string.replace(temptext.replace('\n\n','\r').replace('\n',' '),'\r')
+  buff = string.split(temptext.replace('\n\n','\r').replace('\n',' '),'\r')
   first = 1
 
   for strings in buff:





reply via email to

[Prev in Thread] Current Thread [Next in Thread]