DiffListUtility.st
changeset 9494 bc6540ee3987
parent 9346 4a0b3584f5aa
child 12082 f5d2e51d6665
child 12123 4bde08cebd48
equal deleted inserted replaced
9493:3fc4fb8c1b0a 9494:bc6540ee3987
    35 !
    35 !
    36 
    36 
    37 documentation
    37 documentation
    38 "
    38 "
    39     a utility to encapsulate access to the diff command
    39     a utility to encapsulate access to the diff command
    40     (may be a facede to a smalltalk-diff algorithm, eventually)
    40     (may also be a facade to a smalltalk-diff algorithm, eventually)
    41 
    41 
    42     [author:]
    42     [author:]
    43         cg (cg@CG-PC)
    43         cg (cg@CG-PC)
    44 
    44 
    45     [instance variables:]
    45     [instance variables:]
   215 ! !
   215 ! !
   216 
   216 
   217 !DiffListUtility class methodsFor:'documentation'!
   217 !DiffListUtility class methodsFor:'documentation'!
   218 
   218 
   219 version_CVS
   219 version_CVS
   220     ^ '$Header: /cvs/stx/stx/libtool/DiffListUtility.st,v 1.2 2010-02-01 11:28:50 cg Exp $'
   220     ^ '$Header: /cvs/stx/stx/libtool/DiffListUtility.st,v 1.3 2010-05-20 09:38:12 cg Exp $'
   221 ! !
   221 ! !