ChangeSetDiffEntry.st
branchjv
changeset 3838 474d8ec95b33
parent 3349 cf76b0a531ae
parent 3468 0fc1fe591ea8
child 3923 ed0c164aaf68
--- a/ChangeSetDiffEntry.st	Tue Feb 04 21:01:56 2014 +0100
+++ b/ChangeSetDiffEntry.st	Wed Apr 01 10:37:40 2015 +0100
@@ -109,7 +109,7 @@
 !ChangeSetDiffEntry class methodsFor:'others'!
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic3/ChangeSetDiffEntry.st,v 1.4 2012-07-31 12:34:18 vrany Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic3/ChangeSetDiffEntry.st,v 1.5 2014-02-05 17:52:37 cg Exp $'
 ! !
 
 !ChangeSetDiffEntry methodsFor:'accessing'!
@@ -415,16 +415,7 @@
 
 !ChangeSetDiffEntry class methodsFor:'documentation'!
 
-version
-    ^ '$Header: ChangeSetDiffEntry.st 1986 2013-01-17 17:02:15Z vranyj1 $'
-!
-
-version_HG
-
-    ^ '$Changeset: <not expanded> $'
-!
-
 version_SVN
-    ^ '§Id: ChangeSetDiffEntry.st 1927 2012-06-22 09:52:57Z vranyj1 §'
+    ^ '$Id: ChangeSetDiffEntry.st,v 1.5 2014-02-05 17:52:37 cg Exp $'
 ! !