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

squeak-dev-noreply at lists.squeakfoundation.org squeak-dev-noreply at lists.squeakfoundation.org
Mon Dec 8 05:05:55 UTC 2008


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

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

Name: Monticello.impl-kph.602
Author: kph
Time: 8 December 2008, 5:05:44 am
UUID: 3e8567e2-61c6-4cfa-99f5-fc2464dd050b
Ancestors: Monticello.impl-kph.601

.

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

Item was changed:
  ----- Method: MCRepositoryGroup>>addRepository: (in category 'as yet unclassified') -----
  addRepository: aRepository
+ 
+ 	aRepository ifNil: [ ^ self ].
+ 
  	((repositories includes: aRepository) or: [aRepository == MCCacheRepository default])
  		ifFalse: [repositories add: aRepository.
  				self class default addRepository: aRepository]
  		ifTrue: [ 
  			repositories remove: aRepository.
  			repositories add: aRepository.
  		].
  	
  	self changed: #repositories!

Item was changed:
  ----- Method: MCWorkingCopy>>repository (in category 'repositories') -----
  repository
+ 	^ repository!
- 	"get the most revently used, i.e. the one we loaded in from"
- 	^ self repositoryGroup repositories last!



More information about the Packages mailing list