[squeak-dev] The Trunk: MonticelloConfigurations-edc.60.mcz

commits at source.squeak.org commits at source.squeak.org
Fri Aug 21 10:44:19 UTC 2009


Edgar J. De Cleene uploaded a new version of MonticelloConfigurations to project The Trunk:
http://source.squeak.org/trunk/MonticelloConfigurations-edc.60.mcz

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

Name: MonticelloConfigurations-edc.60
Author: edc
Time: 21 August 2009, 7:44:15 am
UUID: a3ae1039-0cd1-4851-879a-19a4a4603668
Ancestors: MonticelloConfigurations-ar.59

This moddification lets have external file recording of updates in the form update-author.n

=============== Diff against MonticelloConfigurations-ar.59 ===============

Item was changed:
  ----- Method: MCConfiguration>>log (in category 'accessing') -----
  log
+ 	log ifNil: [self log: (FileStream fileNamed: self name)].
+ 	^log!
- 	^log ifNil: [Transcript]!




More information about the Squeak-dev mailing list