changed: #version_SVN
authorfm
Tue, 29 Sep 2009 17:18:43 +0200
changeset 177 64c7ec093210
parent 176 bce8f6445d2a
child 178 cf72a9c47402
changed: #version_SVN
SVN__RevertCommand.st
--- a/SVN__RevertCommand.st	Tue Sep 29 17:18:39 2009 +0200
+++ b/SVN__RevertCommand.st	Tue Sep 29 17:18:43 2009 +0200
@@ -9,11 +9,6 @@
 	category:'SVN-Private-Commands'
 !
 
-!RevertCommand class methodsFor:'documentation'!
-
-version_SVN
-    ^'$Id$'
-! !
 
 !RevertCommand methodsFor:'executing - private'!
 
@@ -38,4 +33,12 @@
 
 version
     ^ '$Header$'
+!
+
+version_CVS
+    ^ '$Header$'
+!
+
+version_SVN
+    ^'Id: SVN__RevertCommand.st 77 2009-05-27 11:40:22Z vranyj1 '
 ! !