diff -r d7026d017d04 -r 5e798b5ad58f MCLazyVersionInfo.st --- a/MCLazyVersionInfo.st Wed Mar 07 16:05:26 2018 +0100 +++ b/MCLazyVersionInfo.st Wed Mar 07 16:05:59 2018 +0100 @@ -1,5 +1,9 @@ +"{ Encoding: utf8 }" + "{ Package: 'stx:goodies/monticello' }" +"{ NameSpace: Smalltalk }" + MCVersionInfo subclass:#MCLazyVersionInfo instanceVariableNames:'ancestorsProps stepChildrenProps' classVariableNames:'' @@ -30,6 +34,12 @@ "Created: / 28-10-2010 / 17:51:41 / Jan Vrany " ! +species + "Make this class equivalent to a MCVersionInfo in all regards." + + ^ self class superclass +! + stepChildren stepChildren ifNil: @@ -62,13 +72,14 @@ !MCLazyVersionInfo class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/goodies/monticello/MCLazyVersionInfo.st,v 1.3 2012-09-11 21:22:41 cg Exp $' + ^ '$Header$' ! version_CVS - ^ '$Header: /cvs/stx/stx/goodies/monticello/MCLazyVersionInfo.st,v 1.3 2012-09-11 21:22:41 cg Exp $' + ^ '$Header$' ! version_SVN - ^ '§Id: MCLazyVersionInfo.st 23 2010-10-29 14:41:24Z vranyj1 §' + ^ '$Id$' ! ! +