The Trunk: Monticello-bf.563.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-bf.563.mcz

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