[squeak-dev] The Trunk: Monticello-cmm.367.mcz

commits at source.squeak.org commits at source.squeak.org
Mon Feb 15 02:31:41 UTC 2010


Chris Muller uploaded a new version of Monticello to project The Trunk:
http://source.squeak.org/trunk/Monticello-cmm.367.mcz

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

Name: Monticello-cmm.367
Author: cmm
Time: 14 February 2010, 8:31:27.326 pm
UUID: 339656dc-231f-4269-a0d9-dddb5158b7c8
Ancestors: Monticello-cmm.366

- Repositories must make appropriate selections after topping.

=============== Diff against Monticello-cmm.366 ===============

Item was added:
+ ----- Method: MCFileRepositoryInspector>>postAcceptBrowseFor: (in category 'private') -----
+ postAcceptBrowseFor: aModel
+ 	"Make the same selections as in aModel."
+ 	self 
+ 		packageSelection: aModel packageSelection ;
+ 		versionSelection: aModel versionSelection!

Item was added:
+ ----- Method: MCRepositoryInspector>>postAcceptBrowseFor: (in category 'private') -----
+ postAcceptBrowseFor: aModel
+ 	"Make the same selections as in aModel."
+ 	self 
+ 		packageSelection: aModel packageSelection ;
+ 		versionSelection: aModel versionSelection!




More information about the Squeak-dev mailing list