#OTHER by mawalch
authormawalch
Tue, 07 Mar 2017 22:27:01 +0100
changeset 4228 d063b330da5f
parent 4227 c186c159f346
child 4229 ea8a74a778ce
#OTHER by mawalch class: CVSSourceCodeManager::CVSVersionInfo Stop the $ Id: madness.
CVSSourceCodeManager.st
--- a/CVSSourceCodeManager.st	Tue Mar 07 22:16:45 2017 +0100
+++ b/CVSSourceCodeManager.st	Tue Mar 07 22:27:01 2017 +0100
@@ -5828,7 +5828,7 @@
         "/commented out by Jan Vrany, 2009/10/20
         "/according to http://svnbook.red-bean.com/en/1.5/svn.advanced.props.special.keywords.html
         "/svn has no support for $ Header $ expansion. Therefore
-        "/libsvn uses $Id$ instead.
+        "/libsvn uses $ Id: $ instead.
         "/self halt:'no longer supported'.
         words := s upToEnd asCollectionOfWords readStream.
         fn := words next.
@@ -5863,7 +5863,7 @@
     "Modified (comment): / 11-10-2011 / 23:41:05 / Jan Vrany <jan.vrany@fit.cvut.cz>"
     "Modified: / 22-11-2011 / 16:15:49 / cg"
     "Modified (format): / 24-11-2011 / 10:56:51 / cg"
-    "Modified (format): / 07-03-2017 / 22:04:27 / mawalch"
+    "Modified (format): / 07-03-2017 / 22:25:54 / mawalch"
 ! !
 
 !CVSSourceCodeManager::CVSVersionInfo methodsFor:'accessing'!