GitSourceCodeManagementSettingsAppl.st
changeset 14435 a572126a3aa7
parent 14408 29a61ded019e
child 15566 184cea584be5
child 16086 70a8bba05ce9
--- a/GitSourceCodeManagementSettingsAppl.st	Sun Jun 01 12:17:18 2014 +0200
+++ b/GitSourceCodeManagementSettingsAppl.st	Sun Jun 01 12:29:10 2014 +0200
@@ -42,6 +42,9 @@
 
 documentation
 "
+    Attention: this will be removed soon - it has been obsoleted by the
+    new mercurial support found in libscm/mercurial.
+
     Git part of the source code settings. 
     This settings app controls the parameters of the GitSourceCodeManager.
 
@@ -1249,10 +1252,10 @@
 !GitSourceCodeManagementSettingsAppl class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/GitSourceCodeManagementSettingsAppl.st,v 1.13 2014-05-23 08:30:44 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/GitSourceCodeManagementSettingsAppl.st,v 1.14 2014-06-01 10:29:10 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/GitSourceCodeManagementSettingsAppl.st,v 1.13 2014-05-23 08:30:44 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/GitSourceCodeManagementSettingsAppl.st,v 1.14 2014-06-01 10:29:10 cg Exp $'
 ! !