AbstractSourceCodeManagementSettingsAppl.st
branchjv
changeset 12296 6921627a8c27
parent 12287 400a99059170
child 12401 4714b9640528
--- a/AbstractSourceCodeManagementSettingsAppl.st	Tue Sep 18 11:39:12 2012 +0100
+++ b/AbstractSourceCodeManagementSettingsAppl.st	Thu Sep 27 21:08:20 2012 +0100
@@ -44,9 +44,9 @@
 
     Not all managers will probably provide the same set of functions; 
     time will show, if such an abstraction is possible
-    (the way source code management systems organize their code is different, some
-    keep individual per-class version numbers (CVS, RCS, Store) others keep an overall
-    (configuration-) id (SVN).
+    (the way source code management systems organize their code is different, 
+    some keep individual per-class version numbers (CVS, RCS, SVN) 
+    others keep an overall (configuration-) id (SVN, Git and Hg).
 "
 ! !
 
@@ -243,13 +243,13 @@
 !AbstractSourceCodeManagementSettingsAppl class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/AbstractSourceCodeManagementSettingsAppl.st,v 1.19 2012/08/09 08:59:08 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/AbstractSourceCodeManagementSettingsAppl.st,v 1.20 2012/09/26 16:16:47 cg Exp $'
 !
 
 version_CVS
-    ^ '§Header: /cvs/stx/stx/libtool/AbstractSourceCodeManagementSettingsAppl.st,v 1.19 2012/08/09 08:59:08 cg Exp §'
+    ^ '§Header: /cvs/stx/stx/libtool/AbstractSourceCodeManagementSettingsAppl.st,v 1.20 2012/09/26 16:16:47 cg Exp §'
 !
 
 version_SVN
-    ^ '$Id: AbstractSourceCodeManagementSettingsAppl.st 8048 2012-09-07 17:28:09Z vranyj1 $'
+    ^ '$Id: AbstractSourceCodeManagementSettingsAppl.st 8059 2012-09-27 20:08:20Z vranyj1 $'
 ! !