AbstractSourceCodeManager.st
changeset 4156 84650c654caf
parent 4133 69be4de4f022
child 4158 9a50fdda2092
--- a/AbstractSourceCodeManager.st	Fri Nov 18 16:17:18 2016 +0100
+++ b/AbstractSourceCodeManager.st	Fri Nov 18 16:17:58 2016 +0100
@@ -3053,7 +3053,7 @@
     "return a dictionary filled with revision info.
      This extracts the relevant info from aString."
 
-    ^ CVSVersionInfo fromRCSString:aString.
+    ^ CVSSourceCodeManager versionInfoClass fromRCSString:aString.
 
     "
      SourceCodeManager revisionInfoFromString:'$' , 'Revision: 1.122 $'