MCWorkingAncestry.st
changeset 708 78be2523a6cc
parent 442 30944cb1985b
child 1003 0ebeea1cdeeb
--- a/MCWorkingAncestry.st	Tue Sep 11 23:31:08 2012 +0200
+++ b/MCWorkingAncestry.st	Tue Sep 11 23:31:23 2012 +0200
@@ -4,7 +4,7 @@
 	instanceVariableNames:''
 	classVariableNames:''
 	poolDictionaries:''
-	category:'Monticello-Versioning'
+	category:'SCM-Monticello-Versioning'
 !
 
 MCWorkingAncestry comment:'The interim record of ancestry for a working copy, gets merged version added to the ancestry, and is used to create the VersionInfo when the working copy becomes a version. '
@@ -51,5 +51,5 @@
 !MCWorkingAncestry class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCWorkingAncestry.st,v 1.2 2011-08-23 13:48:20 vrany Exp $'
+    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCWorkingAncestry.st,v 1.3 2012-09-11 21:31:23 cg Exp $'
 ! !