do update the changesFile, when checkingOut
authorClaus Gittinger <cg@exept.de>
Wed, 15 Aug 2001 17:37:17 +0200
changeset 1058 90807c795eb5
parent 1057 6903d4d5097d
child 1059 f5d8cdd9433e
do update the changesFile, when checkingOut
SourceCodeManagerUtilities.st
--- a/SourceCodeManagerUtilities.st	Wed Aug 15 17:36:37 2001 +0200
+++ b/SourceCodeManagerUtilities.st	Wed Aug 15 17:37:17 2001 +0200
@@ -1042,7 +1042,7 @@
     self activityNotification:'updating...'.
     changedClasses := IdentitySet new.
 
-    Class withoutUpdatingChangesDo:[
+"/    Class withoutUpdatingChangesDo:[
         answer == #load ifTrue:[
             changedClassDefinitions do:[:eachChangeArr | "apply this change (go to rep-version)"
                                          |cHere cRep| 
@@ -1090,7 +1090,7 @@
                 self halt
             ].
         ].
-    ].
+"/    ].
     changedClasses do:[:eachClass |
          eachClass changed:#projectOrganization.
     ].
@@ -1865,5 +1865,5 @@
 !SourceCodeManagerUtilities class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic3/SourceCodeManagerUtilities.st,v 1.60 2001-08-15 15:36:37 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic3/SourceCodeManagerUtilities.st,v 1.61 2001-08-15 15:37:17 cg Exp $'
 ! !