Etoys: Monticello-kfr.403.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Etoys: Monticello-kfr.403.mcz

commits-2
Karl Ramberg uploaded a new version of Monticello to project Etoys:
http://source.squeak.org/etoys/Monticello-kfr.403.mcz

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

Name: Monticello-kfr.403
Author: kfr
Time: 21 May 2011, 12:32:57 am
UUID: d411f3d4-7346-8042-9342-600360872a51
Ancestors: Monticello-kfr.402

slip

=============== Diff against Monticello-kfr.402 ===============

Item was changed:
  ----- Method: MCWorkingCopyBrowser>>saveVersion (in category 'actions') -----
  saveVersion
  | repo |
  self canSave ifFalse: [^self].
  self checkForNewerVersions ifFalse: [^self].
  repo := self repository.
  workingCopy newVersion ifNotNil:
  [:v |
+ (MCVersionInspector new version: v) show.
- (MCVersionInspector new version: v) show. self beep.
  Cursor wait showWhile: [repo storeVersion: v].
  MCCacheRepository default cacheAllFileNamesDuring:
  [repo cacheAllFileNamesDuring:
  [v allAvailableDependenciesDo:
  [:dep |
  (repo includesVersionNamed: dep info name)
  ifFalse: [repo storeVersion: dep]]]]]!

_______________________________________________
etoys-dev mailing list
[hidden email]
http://lists.squeakland.org/mailman/listinfo/etoys-dev