David T. Lewis uploaded a new version of MonticelloConfigurations to project Squeak 4.6:
http://source.squeak.org/squeak46/MonticelloConfigurations-dtl.141.mcz==================== Summary ====================
Name: MonticelloConfigurations-dtl.141
Author: dtl
Time: 13 October 2015, 8:52:45.694 pm
UUID: 87cfef53-0a66-4b4e-80d4-b014b5f99f68
Ancestors: MonticelloConfigurations-dtl.140
Add accessors for unit test support
=============== Diff against MonticelloConfigurations-dtl.140 ===============
Item was added:
+ ----- Method: MCMcmUpdater class>>registry (in category 'registry') -----
+ registry
+ "Private - unit test support"
+ ^Registry!
Item was added:
+ ----- Method: MCMcmUpdater class>>registry: (in category 'registry') -----
+ registry: registry
+ "Private - unit test support"
+ Registry := registry!