#FEATURE by cg
authorClaus Gittinger <cg@exept.de>
Wed, 09 May 2018 19:38:31 +0200
changeset 1047 71460ee79b0f
parent 1046 2c62588b53ed
child 1048 582b3a028cbc
#FEATURE by cg class: MCSourceCodeManager class changed: #revisionStringForVersion: (send #printStringIso8601 instead of #printStringIso8601Format)
MCSourceCodeManager.st
--- a/MCSourceCodeManager.st	Wed May 09 09:58:25 2018 +0200
+++ b/MCSourceCodeManager.st	Wed May 09 19:38:31 2018 +0200
@@ -1,5 +1,9 @@
+"{ Encoding: utf8 }"
+
 "{ Package: 'stx:goodies/monticello' }"
 
+"{ NameSpace: Smalltalk }"
+
 AbstractSourceCodeManager subclass:#MCSourceCodeManager
 	instanceVariableNames:''
 	classVariableNames:''
@@ -125,7 +129,7 @@
     ^ '%1 %2 %3 %4'
         bindWith:info name
         with:info id       
-        with:info timeStamp printStringIso8601Format
+        with:info timeStamp printStringIso8601
         with:info author
 
     "Created: / 02-12-2011 / 14:25:05 / cg"
@@ -230,13 +234,14 @@
 !MCSourceCodeManager class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCSourceCodeManager.st,v 1.7 2012-09-11 21:28:57 cg Exp $'
+    ^ '$Header$'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCSourceCodeManager.st,v 1.7 2012-09-11 21:28:57 cg Exp $'
+    ^ '$Header$'
 !
 
 version_SVN
-    ^ '§Id: MCSourceCodeManager.st 31 2011-07-20 15:52:38Z vranyj1 §'
+    ^ '$Id$'
 ! !
+