SVN__WCActionUpdated.st
changeset 892 dc2baa742405
parent 709 10b6492878cb
equal deleted inserted replaced
891:a4f5e33dc88b 892:dc2baa742405
    77 ! !
    77 ! !
    78 
    78 
    79 !WCActionUpdated class methodsFor:'others'!
    79 !WCActionUpdated class methodsFor:'others'!
    80 
    80 
    81 version_CVS
    81 version_CVS
    82     ^ '$ÂHeader: /cvs/stx/stx/libsvn/SVN__WCActionUpdated.st,v 1.4 2009/10/19 12:23:47 fm Exp Â$'
    82     ^ '$Header$'
    83 ! !
    83 ! !
    84 
    84 
    85 !WCActionUpdated methodsFor:'processing'!
    85 !WCActionUpdated methodsFor:'processing'!
    86 
    86 
    87 processEntry: entry using: processor 
    87 processEntry: entry using: processor 
    94 ! !
    94 ! !
    95 
    95 
    96 !WCActionUpdated class methodsFor:'documentation'!
    96 !WCActionUpdated class methodsFor:'documentation'!
    97 
    97 
    98 version
    98 version
    99     ^ '$Id$'
    99     ^ '$Header$'
   100 !
   100 !
   101 
   101 
   102 version_SVN
   102 version_SVN
   103     ^ '§Id: SVN__WCActionUpdated.st 350 2011-07-07 18:42:56Z vranyj1 §'
   103     ^ '§Id: SVN__WCActionUpdated.st 363 2011-08-08 13:49:48Z vranyj1 §'
   104 ! !
   104 ! !