SVN__WCActionRestored.st
changeset 157 2c7fd0c2535a
parent 51 2046d8af8487
child 359 a785972cb1fa
--- a/SVN__WCActionRestored.st	Tue Sep 29 17:17:34 2009 +0200
+++ b/SVN__WCActionRestored.st	Tue Sep 29 17:17:38 2009 +0200
@@ -9,11 +9,6 @@
 	category:'SVN-Working copy'
 !
 
-!WCActionRestored class methodsFor:'documentation'!
-
-version_SVN
-    ^'$Id$'
-! !
 
 !WCActionRestored class methodsFor:'accessing'!
 
@@ -40,4 +35,12 @@
 
 version
     ^ '$Header$'
+!
+
+version_CVS
+    ^ '$Header$'
+!
+
+version_SVN
+    ^'Id: SVN__WCActionRestored.st 113 2009-08-28 11:43:01Z vranyj1 '
 ! !