MCStxMczWriter.st
branchjv
changeset 1000 dbc3a47007d6
parent 996 ab948c69360b
child 1002 54b4906215ca
--- a/MCStxMczWriter.st	Tue May 12 01:07:30 2015 +0100
+++ b/MCStxMczWriter.st	Fri Jul 31 09:18:56 2015 +0100
@@ -129,14 +129,14 @@
         ,  (self serializeDefinitions: snapshot definitions).
 
     self addString: source at: 'snapshot/source.', self snapshotWriterClass extension.
-    "/ I whink, we can comment the following (or is it compatible?)
+    "/ CG: I think, we can comment the following (or is it compatible?)
 
     "/ JV: 
     "/ NO, DON'T DO IT!! snapshot.bin is THE ONLY thing that Pharo/Squeak reads.
     "/ It does not care about snapshot/source.st, actually
     self addString: (self serializeInBinary: snapshot) at: 'snapshot.bin'
 
-    "Modified (comment): / 29-05-2013 / 12:06:16 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified (comment): / 31-07-2015 / 08:59:21 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
 writeVersion: aVersion
@@ -169,5 +169,10 @@
 
 version_CVS
     ^ '$Header: /cvs/stx/stx/goodies/monticello/MCStxMczWriter.st,v 1.6 2013-05-29 11:47:31 vrany Exp $'
+!
+
+version_HG
+
+    ^ '$Changeset: <not expanded> $'
 ! !