MCDefinitionIndex.st
branchjv
changeset 1002 54b4906215ca
parent 790 beb50bd00335
--- a/MCDefinitionIndex.st	Fri Jul 31 09:32:09 2015 +0100
+++ b/MCDefinitionIndex.st	Mon Sep 07 15:37:41 2015 +0100
@@ -1,5 +1,7 @@
 "{ Package: 'stx:goodies/monticello' }"
 
+"{ NameSpace: Smalltalk }"
+
 Object subclass:#MCDefinitionIndex
 	instanceVariableNames:'definitions'
 	classVariableNames:''
@@ -68,6 +70,11 @@
     ^ '$Header: /cvs/stx/stx/goodies/monticello/MCDefinitionIndex.st,v 1.5 2013-05-15 11:57:02 cg Exp $'
 !
 
+version_HG
+
+    ^ '$Changeset: <not expanded> $'
+!
+
 version_SVN
     ^ '$Id: MCDefinitionIndex.st,v 1.5 2013-05-15 11:57:02 cg Exp $'
 ! !