added: #version_CVS
authorClaus Gittinger <cg@exept.de>
Sat, 20 Aug 2011 13:46:16 +0200
changeset 240 7adda2d16d93
parent 239 7248f55b9fc8
child 241 6fd0957ef48c
added: #version_CVS
MCWriteOnlyRepository.st
--- a/MCWriteOnlyRepository.st	Sat Aug 20 13:46:11 2011 +0200
+++ b/MCWriteOnlyRepository.st	Sat Aug 20 13:46:16 2011 +0200
@@ -14,10 +14,6 @@
 	^ false
 !
 
-morphicOpen: aWorkingCopy
-	self inform: 'This repository is write-only'
-!
-
 versionWithInfo: aVersionInfo ifAbsent: aBlock
 	^ aBlock value
 ! !
@@ -25,5 +21,13 @@
 !MCWriteOnlyRepository class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCWriteOnlyRepository.st,v 1.1 2006-11-22 13:23:08 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCWriteOnlyRepository.st,v 1.2 2011-08-20 11:46:16 cg Exp $'
+!
+
+version_CVS
+    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCWriteOnlyRepository.st,v 1.2 2011-08-20 11:46:16 cg Exp $'
+!
+
+version_SVN
+    ^ '§Id: MCWriteOnlyRepository.st 5 2010-08-29 07:30:29Z vranyj1 §'
 ! !