[Pkg] The Trunk: Monticello-bp.410.mcz

commits at source.squeak.org commits at source.squeak.org
Mon Nov 22 14:32:53 UTC 2010


Levente Uzonyi uploaded a new version of Monticello to project The Trunk:
http://source.squeak.org/trunk/Monticello-bp.410.mcz

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

Name: Monticello-bp.410
Author: bp
Time: 21 November 2010, 5:14:50.468 pm
UUID: d1fd1b50-24dc-4eb1-8938-ea167b731a79
Ancestors: Monticello-ul.409

- printOn: for MCWorkingCopy prints the package name

=============== Diff against Monticello-ul.409 ===============

Item was added:
+ ----- Method: MCWorkingCopy>>printOn: (in category 'accessing') -----
+ printOn: stream
+ 	super printOn: stream.
+ 	stream
+ 		nextPut: $(;
+ 		nextPutAll: self packageName;
+ 		nextPut: $)!



More information about the Packages mailing list