The Trunk: Monticello-cmm.367.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

The Trunk: Monticello-cmm.367.mcz

commits-2
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!