The Trunk: MonticelloConfigurations-dtl.135.mcz

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

The Trunk: MonticelloConfigurations-dtl.135.mcz

commits-2
David T. Lewis uploaded a new version of MonticelloConfigurations to project The Trunk:
http://source.squeak.org/trunk/MonticelloConfigurations-dtl.135.mcz

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

Name: MonticelloConfigurations-dtl.135
Author: dtl
Time: 30 May 2015, 8:10:12.525 am
UUID: aabac991-61d2-4a2f-82e9-39e8572e2099
Ancestors: MonticelloConfigurations-eem.134

Restore missing method required by SqueakTrunk CI job

=============== Diff against MonticelloConfigurations-eem.134 ===============

Item was added:
+ ----- Method: MCMcmUpdater class>>updateFromDefaultRepository (in category 'updating') -----
+ updateFromDefaultRepository
+ "Update from the default repository only"
+
+ ^ self default updateFromDefaultRepository
+ !