[etoys-dev] Etoys: Monticello-kfr.403.mcz

commits at source.squeak.org commits at source.squeak.org
Fri May 20 18:33:16 EDT 2011


Karl Ramberg uploaded a new version of Monticello to project Etoys:
http://source.squeak.org/etoys/Monticello-kfr.403.mcz

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

Name: Monticello-kfr.403
Author: kfr
Time: 21 May 2011, 12:32:57 am
UUID: d411f3d4-7346-8042-9342-600360872a51
Ancestors: Monticello-kfr.402

slip

=============== Diff against Monticello-kfr.402 ===============

Item was changed:
  ----- Method: MCWorkingCopyBrowser>>saveVersion (in category 'actions') -----
  saveVersion
  	| repo |
  	self canSave ifFalse: [^self].
  	self checkForNewerVersions ifFalse: [^self].
  	repo := self repository.
  	workingCopy newVersion ifNotNil:
  		[:v |
+ 		(MCVersionInspector new version: v) show. 
- 		(MCVersionInspector new version: v) show. self beep.
  		Cursor wait showWhile: [repo storeVersion: v].
  		MCCacheRepository default cacheAllFileNamesDuring: 
  			[repo cacheAllFileNamesDuring: 
  				[v allAvailableDependenciesDo:
  					[:dep |
  					(repo includesVersionNamed: dep info name)
  						ifFalse: [repo storeVersion: dep]]]]]!



More information about the etoys-dev mailing list