mercurial/HGCachedFileData.st
branchcvs_MAIN
changeset 646 83e792af9c97
parent 509 f92210d4585b
--- a/mercurial/HGCachedFileData.st	Fri Mar 25 16:26:59 2016 +0100
+++ b/mercurial/HGCachedFileData.st	Fri Mar 25 16:27:01 2016 +0100
@@ -18,6 +18,8 @@
 "
 "{ Package: 'stx:libscm/mercurial' }"
 
+"{ NameSpace: Smalltalk }"
+
 Object subclass:#HGCachedFileData
 	instanceVariableNames:'file exists timestamp size data reader'
 	classVariableNames:''
@@ -117,6 +119,14 @@
 
 !HGCachedFileData class methodsFor:'documentation'!
 
+version
+    ^ '$Header$'
+!
+
+version_CVS
+    ^ '$Header$'
+!
+
 version_HG
 
     ^ '$Changeset: <not expanded> $'