GitSourceCodeManager.st
branchjv
changeset 3838 474d8ec95b33
parent 3329 a4cbc797038b
parent 3600 87c1cd780a6e
child 3980 8c574e894f77
--- a/GitSourceCodeManager.st	Tue Feb 04 21:01:56 2014 +0100
+++ b/GitSourceCodeManager.st	Wed Apr 01 10:37:40 2015 +0100
@@ -39,6 +39,9 @@
 
 documentation
 "
+    Attention: this will be removed soon - it has been obsoleted by the
+    new mercurial support found in libscm/mercurial.
+
     SourceCodeManager which accesses the sourcecode through Git.
     ongoing work - unfinished and unusable
 
@@ -553,14 +556,6 @@
     "Created: / 23-07-2012 / 19:02:56 / cg"
 !
 
-revisionStringFor:aClass inModule:moduleDir directory:packageDir container:fileName revision:revisionString
-    "utility function: return a string usable as initial revision string"
-
-    ^ self standardRevisionStringFor:aClass inModule:moduleDir directory:packageDir container:fileName revision:revisionString
-
-    "Created: / 23-07-2012 / 19:01:17 / cg"
-!
-
 updateRepository:repositoryDirectory
     self executeGitCommand:'update' inDirectory:repositoryDirectory
 
@@ -658,20 +653,11 @@
 !GitSourceCodeManager class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic3/GitSourceCodeManager.st,v 1.9 2013-06-20 22:51:56 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic3/GitSourceCodeManager.st,v 1.12 2014-07-21 11:26:26 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic3/GitSourceCodeManager.st,v 1.9 2013-06-20 22:51:56 cg Exp $'
-!
-
-version_HG
-
-    ^ '$Changeset: <not expanded> $'
-!
-
-version_SVN
-    ^ '§Id::                                                                                                                        §'
+    ^ '$Header: /cvs/stx/stx/libbasic3/GitSourceCodeManager.st,v 1.12 2014-07-21 11:26:26 cg Exp $'
 ! !