MCRepositoryGroup.st
changeset 525 c5dbd9067acb
parent 79 5f6ee04f4dc9
child 541 eab702a68fb0
--- a/MCRepositoryGroup.st	Thu Dec 01 20:51:03 2011 +0100
+++ b/MCRepositoryGroup.st	Thu Dec 01 20:51:13 2011 +0100
@@ -37,6 +37,13 @@
 	self changed: #repositories
 !
 
+flushRepositories
+    "/ cg: mhmh - what should we do here ?
+    "/ called by UserPreferences >> mvRepositories:
+
+    "Created: / 01-12-2011 / 20:35:13 / cg"
+!
+
 includes: aRepository
 	^ self repositories includes: aRepository
 !
@@ -75,5 +82,5 @@
 !MCRepositoryGroup class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCRepositoryGroup.st,v 1.1 2006-11-22 13:15:57 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCRepositoryGroup.st,v 1.2 2011-12-01 19:51:13 cg Exp $'
 ! !