SVN__LogCommand.st
changeset 141 86e50704eb20
parent 22 0b9e57a9cb99
child 363 a428bcaade4a
equal deleted inserted replaced
140:34040d6bd5a6 141:86e50704eb20
     7 	classVariableNames:''
     7 	classVariableNames:''
     8 	poolDictionaries:''
     8 	poolDictionaries:''
     9 	category:'SVN-Private-Commands'
     9 	category:'SVN-Private-Commands'
    10 !
    10 !
    11 
    11 
    12 !LogCommand class methodsFor:'documentation'!
       
    13 
       
    14 version_SVN
       
    15     ^'$Id$'
       
    16 ! !
       
    17 
    12 
    18 !LogCommand methodsFor:'accessing'!
    13 !LogCommand methodsFor:'accessing'!
    19 
    14 
    20 path
    15 path
    21     ^ path
    16     ^ path
    63 
    58 
    64 !LogCommand class methodsFor:'documentation'!
    59 !LogCommand class methodsFor:'documentation'!
    65 
    60 
    66 version
    61 version
    67     ^ '$Header$'
    62     ^ '$Header$'
       
    63 !
       
    64 
       
    65 version_CVS
       
    66     ^ '$Header$'
       
    67 !
       
    68 
       
    69 version_SVN
       
    70     ^'Id: SVN__LogCommand.st 110 2009-08-19 13:21:10Z vranyj1 '
    68 ! !
    71 ! !