[Pkg] The Trunk: Monticello-cmm.440.mcz

commits at source.squeak.org commits at source.squeak.org
Wed Mar 16 16:40:33 UTC 2011


Chris Muller uploaded a new version of Monticello to project The Trunk:
http://source.squeak.org/trunk/Monticello-cmm.440.mcz

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

Name: Monticello-cmm.440
Author: cmm
Time: 16 March 2011, 11:40:20.428 am
UUID: 68a8db13-31ba-4391-bb51-87901f9f342f
Ancestors: Monticello-cmm.439

- Remove interim methods only needed to restore trunk-update continuity.

=============== Diff against Monticello-cmm.439 ===============

Item was removed:
- ----- Method: MCFileBasedRepository>>versionFromFileNamed: (in category 'as yet unclassified') -----
- versionFromFileNamed: aString
- 	| v |
- 	v := self cache at: aString ifAbsent: [self loadVersionFromFileNamed: aString].
- 	self resizeCache: cache.
- 	(v notNil and: [v isCacheable]) ifTrue: [cache at: aString put: v].
- 	^ v!

Item was removed:
- ----- Method: String>>versionName (in category '*monticello') -----
- versionName
- 	^ self!



More information about the Packages mailing list