SVN__LogCommand.st
changeset 837 2220ce094dae
parent 696 89679bd4d87a
child 939 1c253f2e5e3c
--- a/SVN__LogCommand.st	Sat Oct 01 13:11:19 2011 +0200
+++ b/SVN__LogCommand.st	Sat Oct 01 13:11:31 2011 +0200
@@ -68,7 +68,7 @@
 !LogCommand class methodsFor:'others'!
 
 version_CVS
-    ^ '$ÂHeader: /cvs/stx/stx/libsvn/SVN__LogCommand.st,v 1.4 2009/10/19 12:22:55 fm Exp Â$'
+    ^ '$Header$'
 ! !
 
 !LogCommand methodsFor:'accessing'!
@@ -120,9 +120,9 @@
 !LogCommand class methodsFor:'documentation'!
 
 version
-    ^ '$Id$'
+    ^ '$Header$'
 !
 
 version_SVN
-    ^ '§Id: SVN__LogCommand.st 350 2011-07-07 18:42:56Z vranyj1 §'
+    ^ '§Id: SVN__LogCommand.st 362 2011-08-08 13:07:42Z vranyj1 §'
 ! !