MCWriteOnlyRepository.st
changeset 901 6a1a6e48c0b8
parent 709 754ed3fb7cb1
equal deleted inserted replaced
900:34c44e0f7cee 901:6a1a6e48c0b8
     8 !
     8 !
     9 
     9 
    10 
    10 
    11 !MCWriteOnlyRepository methodsFor:'as yet unclassified'!
    11 !MCWriteOnlyRepository methodsFor:'as yet unclassified'!
    12 
    12 
       
    13 versionWithInfo: aVersionInfo ifAbsent: aBlock
       
    14 	^ aBlock value
       
    15 ! !
       
    16 
       
    17 !MCWriteOnlyRepository methodsFor:'queries'!
       
    18 
    13 includesVersionNamed: aString
    19 includesVersionNamed: aString
    14 	^ false
    20 	^ false
    15 !
       
    16 
       
    17 versionWithInfo: aVersionInfo ifAbsent: aBlock
       
    18 	^ aBlock value
       
    19 ! !
    21 ! !
    20 
    22 
    21 !MCWriteOnlyRepository class methodsFor:'documentation'!
    23 !MCWriteOnlyRepository class methodsFor:'documentation'!
    22 
    24 
    23 version
    25 version
    24     ^ '$Header: /cvs/stx/stx/goodies/monticello/MCWriteOnlyRepository.st,v 1.4 2012-09-11 21:31:28 cg Exp $'
    26     ^ '$Header: /cvs/stx/stx/goodies/monticello/MCWriteOnlyRepository.st,v 1.5 2014-02-12 14:53:32 cg Exp $'
    25 !
    27 !
    26 
    28 
    27 version_CVS
    29 version_CVS
    28     ^ '$Header: /cvs/stx/stx/goodies/monticello/MCWriteOnlyRepository.st,v 1.4 2012-09-11 21:31:28 cg Exp $'
    30     ^ '$Header: /cvs/stx/stx/goodies/monticello/MCWriteOnlyRepository.st,v 1.5 2014-02-12 14:53:32 cg Exp $'
    29 !
    31 !
    30 
    32 
    31 version_SVN
    33 version_SVN
    32     ^ '§Id: MCWriteOnlyRepository.st 5 2010-08-29 07:30:29Z vranyj1 §'
    34     ^ '$Id: MCWriteOnlyRepository.st,v 1.5 2014-02-12 14:53:32 cg Exp $'
    33 ! !
    35 ! !
       
    36