# HG changeset patch # User Jan Vrany # Date 1317468023 -7200 # Node ID b5c82209345e0ca33ca24d2a7accaa429cac0931 # Parent c701e19b75aaa0eb0850fb6a684c3ae8ea16de02 checkin to get version methods correct diff -r c701e19b75aa -r b5c82209345e SVN__Command.st --- a/SVN__Command.st Sat Oct 01 13:19:41 2011 +0200 +++ b/SVN__Command.st Sat Oct 01 13:20:23 2011 +0200 @@ -28,10 +28,10 @@ "{ NameSpace: SVN }" Object subclass:#Command - instanceVariableNames:'transcript' - classVariableNames:'SVNPath' - poolDictionaries:'' - category:'SVN-Private-Commands' + instanceVariableNames:'transcript' + classVariableNames:'SVNPath' + poolDictionaries:'' + category:'SVN-Private-Commands' ! !Command class methodsFor:'documentation'! @@ -102,7 +102,7 @@ !Command class methodsFor:'others'! version_CVS - ^ '$ÂHeader: /cvs/stx/stx/libsvn/SVN__Command.st,v 1.4 2009/10/19 12:21:26 fm Exp Â$' + ^ '$Header$' ! ! !Command methodsFor:'accessing'! @@ -317,8 +317,9 @@ version ^ '$Id$' + ! version_SVN - ^ '§Id: SVN__Command.st 350 2011-07-07 18:42:56Z vranyj1 §' + ^ '§Id: SVN__Command.st 363 2011-08-08 13:49:48Z vranyj1 §' ! !