CVSSourceCodeManager.st
branchjv
changeset 3373 ef0f9ee70942
parent 3365 be2a165ae10b
parent 3369 0e42f9543608
child 3387 b594e2d7a59e
--- a/CVSSourceCodeManager.st	Thu Aug 01 10:23:03 2013 +0100
+++ b/CVSSourceCodeManager.st	Thu Aug 08 11:07:27 2013 +0100
@@ -2173,7 +2173,7 @@
             "/
             "/ no change
             "/
-"/        Transcript showCR:'no change in ' , className , ' (repository unchanged)'.
+        Transcript showCR:'no change in ' , className , ' (repository unchanged)'.
 
             force ifFalse:[
 "/            (ChangeSet current includesChangeForClass:cls) ifTrue:[
@@ -2650,7 +2650,7 @@
 
     "Created: / 11-09-1996 / 16:16:11 / cg"
     "Modified: / 26-02-1998 / 17:34:16 / stefan"
-    "Modified: / 27-07-2013 / 11:43:13 / cg"
+    "Modified: / 31-07-2013 / 18:07:53 / cg"
 !
 
 checkoutModule:aModule directory:aPackage andDo:aBlock
@@ -3729,7 +3729,7 @@
         self activityNotification:msg.
 
         inStream := self 
-                        executeCVSCommand:('diff -r%1 -r%2 %3' bindWith:rev1 with:rev2 with:fullName) 
+                        executeCVSCommand:('diff -w -r%1 -r%2 %3' bindWith:rev1 with:rev2 with:fullName) 
                         module:moduleDir 
                         inDirectory:tempDir 
                         log:true 
@@ -5315,11 +5315,11 @@
 !CVSSourceCodeManager class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic3/CVSSourceCodeManager.st,v 1.473 2013-07-27 09:56:40 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic3/CVSSourceCodeManager.st,v 1.475 2013-08-07 08:30:41 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic3/CVSSourceCodeManager.st,v 1.473 2013-07-27 09:56:40 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic3/CVSSourceCodeManager.st,v 1.475 2013-08-07 08:30:41 cg Exp $'
 !
 
 version_HG