The Trunk: Monticello-cmm.708.mcz

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

The Trunk: Monticello-cmm.708.mcz

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

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

Name: Monticello-cmm.708
Author: cmm
Time: 4 January 2020, 3:47:13.56897 pm
UUID: e4b9ac6a-3174-4839-a141-d58c52def9bb
Ancestors: Monticello-ct.706

Fix Refresh button of MCRepositoryInspector not noticing removed versions.

=============== Diff against Monticello-ct.706 ===============

Item was added:
+ ----- Method: MCFileBasedRepository>>refresh (in category 'accessing') -----
+ refresh
+ super refresh.
+ self flushCache!

Item was added:
+ ----- Method: MCFileRepositoryInspector>>refresh (in category 'morphic ui') -----
+ refresh
+ allVersionNames := nil.
+ super refresh!