[squeak-dev] The Inbox: Monticello-topa.491.mcz

commits at source.squeak.org commits at source.squeak.org
Fri Dec 2 15:49:17 UTC 2011


A new version of Monticello was added to project The Inbox:
http://source.squeak.org/inbox/Monticello-topa.491.mcz

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

Name: Monticello-topa.491
Author: topa
Time: 2 December 2011, 4:49:02.572 pm
UUID: 1649779a-32a8-41c7-b9d8-d26b27f6f047
Ancestors: Monticello-topa.490, Monticello-cmm.489

Monticello extension

=============== Diff against Monticello-topa.490 ===============

Item was added:
+ SystemOrganization addCategory: #'Monticello-Base'!
+ SystemOrganization addCategory: #'Monticello-Chunk Format'!
+ SystemOrganization addCategory: #'Monticello-Loading'!
+ SystemOrganization addCategory: #'Monticello-Merging'!
+ SystemOrganization addCategory: #'Monticello-Modeling'!
+ SystemOrganization addCategory: #'Monticello-Patching'!
+ SystemOrganization addCategory: #'Monticello-Repositories'!
+ SystemOrganization addCategory: #'Monticello-Storing'!
+ SystemOrganization addCategory: #'Monticello-UI'!
+ SystemOrganization addCategory: #'Monticello-Versioning'!
+ SystemOrganization addCategory: #'Monticello-Mocks'!

Item was removed:
- SystemOrganization addCategory: #Monticello!
- SystemOrganization addCategory: #'Monticello-Base'!
- SystemOrganization addCategory: #'Monticello-Chunk Format'!
- SystemOrganization addCategory: #'Monticello-Loading'!
- SystemOrganization addCategory: #'Monticello-Merging'!
- SystemOrganization addCategory: #'Monticello-Modeling'!
- SystemOrganization addCategory: #'Monticello-Patching'!
- SystemOrganization addCategory: #'Monticello-Repositories'!
- SystemOrganization addCategory: #'Monticello-Storing'!
- SystemOrganization addCategory: #'Monticello-UI'!
- SystemOrganization addCategory: #'Monticello-Versioning'!
- SystemOrganization addCategory: #'Monticello-Mocks'!
- SystemOrganization addCategory: #'Monticello-Utilities'!

Item was removed:
- ----- Method: MCMczWriter>>serializeInFuel: (in category 'serializing') -----
- serializeInFuel: aSnapshot
- 
- 	(self class environment classNamed: #FLSerializer) ifNotNil: [:serializerClass |
- 		^ serializerClass serializeToByteArray: aSnapshot]!




More information about the Squeak-dev mailing list