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

Bert Freudenberg bert at freudenbergs.de
Fri Aug 21 10:55:56 UTC 2009


On 21.08.2009, at 12:44, commits at source.squeak.org wrote:

> 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]!
>


I'd rather have this governed by a preference, off by default.

- Bert -





More information about the Squeak-dev mailing list