CVSSourceCodeManager.st
changeset 2021 91dea20f6369
parent 2014 9e548ccb1c5e
child 2027 2dca45de7d46
--- a/CVSSourceCodeManager.st	Mon Oct 20 12:43:51 2008 +0200
+++ b/CVSSourceCodeManager.st	Mon Oct 20 16:30:32 2008 +0200
@@ -2495,7 +2495,7 @@
     ].
 
     SourceCodeManagerError handle:[:ex |
-        self halt
+        self halt:'please check what is going on here'
     ] do:[
         rslt := self 
             executeCVSCommand:cmd 
@@ -4752,7 +4752,7 @@
 !CVSSourceCodeManager class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic3/CVSSourceCodeManager.st,v 1.357 2008-09-26 12:01:39 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic3/CVSSourceCodeManager.st,v 1.358 2008-10-20 14:30:32 cg Exp $'
 ! !
 
 CVSSourceCodeManager initialize!