[squeak-dev] The Trunk: Monticello-mt.645.mcz

commits at source.squeak.org commits at source.squeak.org
Sun Aug 14 10:53:16 UTC 2016


Marcel Taeumel uploaded a new version of Monticello to project The Trunk:
http://source.squeak.org/trunk/Monticello-mt.645.mcz

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

Name: Monticello-mt.645
Author: mt
Time: 14 August 2016, 12:53:06.388355 pm
UUID: 79a9295a-46db-c145-9788-25e6be0c8b2d
Ancestors: Monticello-mt.644

The naming is still a little bit unintuitive, but make it easier for scripts to browse working copies in a snapshot browser. (Use currently use this to write interactive release notes).

=============== Diff against Monticello-mt.644 ===============

Item was added:
+ ----- Method: MCWorkingCopy>>browse (in category 'ui') -----
+ browse
+ 
+ 	(MCSnapshotBrowser forSnapshot: self package snapshot)
+ 			label: 'Snapshot Browser: ', self packageName;
+ 			show.!

Item was changed:
  ----- Method: MCWorkingCopyBrowser>>browseWorkingCopy (in category 'actions') -----
  browseWorkingCopy
+ 	workingCopy ifNotNil: [:wc | wc browse].!
- 	workingCopy ifNotNil:
- 		[(MCSnapshotBrowser forSnapshot: workingCopy package snapshot)
- 			label: 'Snapshot Browser: ', workingCopy packageName;
- 			show]!



More information about the Squeak-dev mailing list