MCWriteOnlyRepository.st
changeset 901 6a1a6e48c0b8
parent 709 754ed3fb7cb1
--- a/MCWriteOnlyRepository.st	Wed Feb 12 15:53:31 2014 +0100
+++ b/MCWriteOnlyRepository.st	Wed Feb 12 15:53:32 2014 +0100
@@ -10,24 +10,27 @@
 
 !MCWriteOnlyRepository methodsFor:'as yet unclassified'!
 
+versionWithInfo: aVersionInfo ifAbsent: aBlock
+	^ aBlock value
+! !
+
+!MCWriteOnlyRepository methodsFor:'queries'!
+
 includesVersionNamed: aString
 	^ false
-!
-
-versionWithInfo: aVersionInfo ifAbsent: aBlock
-	^ aBlock value
 ! !
 
 !MCWriteOnlyRepository class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCWriteOnlyRepository.st,v 1.4 2012-09-11 21:31:28 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCWriteOnlyRepository.st,v 1.5 2014-02-12 14:53:32 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCWriteOnlyRepository.st,v 1.4 2012-09-11 21:31:28 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCWriteOnlyRepository.st,v 1.5 2014-02-12 14:53:32 cg Exp $'
 !
 
 version_SVN
-    ^ '§Id: MCWriteOnlyRepository.st 5 2010-08-29 07:30:29Z vranyj1 §'
+    ^ '$Id: MCWriteOnlyRepository.st,v 1.5 2014-02-12 14:53:32 cg Exp $'
 ! !
+