[Pkg] Monticello Public: Monticello.impl-mtf.582.mcz

squeak-dev-noreply at lists.squeakfoundation.org squeak-dev-noreply at lists.squeakfoundation.org
Wed Oct 8 01:10:14 UTC 2008


A new version of Monticello.impl was added to project Monticello Public:
http://www.squeaksource.com/mc/Monticello.impl-mtf.582.mcz

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

Name: Monticello.impl-mtf.582
Author: mtf
Time: 7 October 2008, 6:10:29 pm
UUID: f6cad8f4-c926-47a4-bd33-ccacd420fcf0
Ancestors: Monticello.impl-mtf.581, Monticello-marcus.denker.324

Merge Pharo changes up to Monticello-marcus.denker.324. The previous merge was done in Monticello.impl-mtf.581, and brought MC1.5 up to Monticello-AlexandreBergel.323: Here are the changes:

>From Monticello-marcus.denker.324
Cleaning duplicated code, some misc fixes

=============== Diff against Monticello.impl-mtf.581 ===============

Item was removed:
- ----- Method: MCThreeWayMerger class>>new (in category 'as yet unclassified') -----
- new
- 	^ self basicNew initialize!

Item was removed:
- ----- Method: MCVersionMerger class>>new (in category 'as yet unclassified') -----
- new
- 	^ self basicNew initialize!

Item was removed:
- ----- Method: MCReader class>>new (in category 'instance creation') -----
- new
- 	^ self basicNew initialize!

Item was removed:
- ----- Method: MCPostscriptDefinition>>accept: (in category 'as yet unclassified') -----
- accept: aWriter
- 	"do nothing"!

Item was removed:
- ----- Method: MCVersionLoader class>>new (in category 'as yet unclassified') -----
- new
- 	^ self basicNew initialize!

Item was removed:
- ----- Method: MCAncestry class>>new (in category 'as yet unclassified') -----
- new
- 	^ self basicNew initialize!

Item was removed:
- ----- Method: MCMczWriter class>>new (in category 'as yet unclassified') -----
- new
- 	^ self basicNew initialize!

Item was removed:
- ----- Method: MCRepository class>>new (in category 'as yet unclassified') -----
- new
- 	^ self basicNew initialize!

Item was removed:
- ----- Method: MCWorkingCopyBrowser class>>new (in category 'as yet unclassified') -----
- new
- 	^ self basicNew initialize!

Item was removed:
- ----- Method: MCVersionReader class>>canReadFileNamed: (in category 'testing') -----
- canReadFileNamed: fileName
- 	^ (fileName endsWith: self extension)!

Item was removed:
- ----- Method: MCDependencySorter class>>new (in category 'as yet unclassified') -----
- new
- 	^ self basicNew initialize!

Item was removed:
- ----- Method: MCVersionReader>>initialize (in category 'lifecycle') -----
- initialize!

Item was removed:
- ----- Method: MCDefinitionIndex class>>new (in category 'as yet unclassified') -----
- new
- 	^ self basicNew initialize!

Item was removed:
- ----- Method: MCReader>>initialize (in category 'lifecycle') -----
- initialize!

Item was removed:
- ----- Method: MCSMCacheRepository class>>morphicConfigure (in category 'instance creation') -----
- morphicConfigure
- 	^self new!

Item was removed:
- ----- Method: MCRepositoryGroup class>>new (in category 'as yet unclassified') -----
- new
- 	^ self basicNew initialize!

Item was removed:
- ----- Method: MCRepository>>initialize (in category 'initialization') -----
- initialize!

Item was removed:
- ----- Method: MCVersionSorter class>>new (in category 'as yet unclassified') -----
- new
- 	^ self basicNew initialize!



More information about the Packages mailing list