[Pkg] Monticello Public: Monticello.impl-kph.639.mcz

squeak-dev-noreply at lists.squeakfoundation.org squeak-dev-noreply at lists.squeakfoundation.org
Thu Mar 5 13:51:40 UTC 2009


A new version of Monticello.impl was added to project Monticello Public:
http://www.squeaksource.com/mc/Monticello.impl-kph.639.mcz

==================== Summary ====================

Name: Monticello.impl-kph.639
Author: kph
Time: 5 March 2009, 1:50:59 pm
UUID: a86ecfc6-098c-11de-9863-000a95edb42a
Ancestors: Monticello.impl-kph.638

allow setting of Directory repo template

=============== Diff against Monticello.impl-kph.638 ===============

Item was added:
+ ----- Method: MCDirectoryRepository class>>fillInTheBlankRequest (in category 'instance creation') -----
+ fillInTheBlankRequest
+ 	^ 'Directory Repository:'
+ 			!

Item was changed:
  ----- Method: MCRepository>>creationTemplate: (in category 'initialization') -----
  creationTemplate: aString
+ 	"self creationTemplate ifNotNil: [ self error: 'Creation template already set for this MCRepository instance.' ]."
- 	self creationTemplate ifNotNil: [ self error: 'Creation template already set for this MCRepository instance.' ].
  	
  	creationTemplate := aString.!



More information about the Packages mailing list