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

squeak-dev-noreply at lists.squeakfoundation.org squeak-dev-noreply at lists.squeakfoundation.org
Sat Dec 13 17:59:30 UTC 2008


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

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

Name: Monticello.impl-kph.611
Author: kph
Time: 13 December 2008, 5:59:17 pm
UUID: 462e2ebf-a82a-4f8a-96dc-138c082b9f89
Ancestors: Monticello.impl-kph.610

fix if lastAdded repo is nil

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

Item was changed:
  ----- Method: MCWorkingCopy>>repository: (in category 'repositories') -----
  repository: aRepo
+ 	aRepo ifNil: [ ^ self ].
- 
  	self packageInfo propertyAt: #repository put: aRepo description.		
  	repository := aRepo!



More information about the Packages mailing list