[squeak-dev] The Trunk: Monticello-bf.563.mcz

commits at source.squeak.org commits at source.squeak.org
Tue Aug 20 15:20:58 UTC 2013


Bert Freudenberg uploaded a new version of Monticello to project The Trunk:
http://source.squeak.org/trunk/Monticello-bf.563.mcz

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

Name: Monticello-bf.563
Author: bf
Time: 20 August 2013, 5:20:27.435 pm
UUID: 355d2f8f-2f19-4489-8b52-dab4acbf80ef
Ancestors: Monticello-bf.562

Avoid warning about 'possibly newer versions' when merging.

=============== Diff against Monticello-bf.562 ===============

Item was changed:
  ----- Method: MCWorkingCopy>>possiblyNewerVersionsIn: (in category 'private') -----
  possiblyNewerVersionsIn: aRepository 
  	^ aRepository possiblyNewerVersionsOfAnyOf:
+ 		{(self ancestors collect: [:each | each versionName])
+ 			detectMax: [:v | v versionNumber ]}!
- 		(self ancestors collect:
- 			[ : each | each versionName ])!



More information about the Squeak-dev mailing list