[Pkg] The Trunk: MonticelloConfigurations-cmm.85.mcz

commits at source.squeak.org commits at source.squeak.org
Tue Mar 15 19:15:11 UTC 2011


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

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

Name: MonticelloConfigurations-cmm.85
Author: cmm
Time: 5 March 2011, 3:21:06.935 pm
UUID: ec167203-798e-4a8e-802a-f2813787c942
Ancestors: MonticelloConfigurations-cmm.84

MCConfiguration>>diffBaseFor: now answers first-class MCVersionName instead of String.

=============== Diff against MonticelloConfigurations-cmm.84 ===============

Item was changed:
  ----- Method: MCConfiguration>>diffBaseFor: (in category 'private') -----
  diffBaseFor: aDependency
  	| wc |
  	aDependency package hasWorkingCopy ifFalse: [^nil].
  	wc := aDependency package workingCopy.
  	wc ancestors ifEmpty: [^nil].
+ 	^wc ancestors first versionName!
- 	^wc ancestors first name!



More information about the Packages mailing list