AbstractSourceCodeManagementSettingsAppl.st
changeset 11820 03ea2577522e
parent 11734 996ec373f194
child 12401 4714b9640528
child 15758 f8410463bfde
--- a/AbstractSourceCodeManagementSettingsAppl.st	Wed Sep 26 15:10:09 2012 +0200
+++ b/AbstractSourceCodeManagementSettingsAppl.st	Wed Sep 26 18:16:47 2012 +0200
@@ -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,11 +243,11 @@
 !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