[Pkg] Monticello Public: MonticelloConfigurations-mtf.52.mcz

squeak-dev-noreply at lists.squeakfoundation.org squeak-dev-noreply at lists.squeakfoundation.org
Wed Oct 8 07:21:08 UTC 2008


A new version of MonticelloConfigurations was added to project Monticello Public:
http://www.squeaksource.com/mc/MonticelloConfigurations-mtf.52.mcz

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

Name: MonticelloConfigurations-mtf.52
Author: mtf
Time: 8 October 2008, 12:21:04 am
UUID: c5a4b6f0-fabe-4f62-99f7-c8969556b48c
Ancestors: MonticelloConfigurations-cds.51

fixed a syntax error that was probably introduced by the cleanup in Monticello.impl-mtf.582

=============== Diff against MonticelloConfigurations-cds.51 ===============

Item was added:
+ ----- Method: MCMcmReader>>versionFromFile: (in category 'MonticelloConfigurations') -----
+ versionFromFile: fileName
+ 	^ self file: fileName streamDo: [:aStream | (self on: aStream fileName: fileName) version ]!

Item was changed:
  ----- Method: MCMcmReader class>>versionFromFile: (in category 'instance creation') -----
  versionFromFile: fileName
+ 	^ self file: fileName streamDo: [:aStream | (self on: aStream fileName: fileName) version ]!
- 	^ self file: fileName streamDo: [:stream | (self on: stream fileName: fileName) version ]!



More information about the Packages mailing list