[squeak-dev] The Trunk: Monticello-cmm.439.mcz

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


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

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

Name: Monticello-cmm.439
Author: cmm
Time: 16 March 2011, 11:32:04.936 am
UUID: 14eeae5d-2de5-4007-8fdf-9a71412fd7b5
Ancestors: Monticello-cmm.438

- Interim version to try to fix trunk update continuity.

=============== Diff against Monticello-cmm.438 ===============

Item was added:
+ ----- 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 added:
+ ----- Method: String>>versionName (in category '*monticello') -----
+ versionName
+ 	^ self!




More information about the Squeak-dev mailing list