Hi!
In the MooseModel root I have a number of Smalltalk models.
Consider the following script: -=-=-=-=-=-=-=-=-=-=-=-= histories:=MooseModel root allModels asArray. history:=HismoModelHistory new. histories do:[:model| history addLastVersionForMooseModel: model]. history allClassHistories class -=-=-=-=-=-=-=-=-=-=-=-=
The script prints HismoHistoryGroup, where I expected HismoClassHistoryGroup. In the Moose panel, I see the item 'All Class Histories'. But inspecting it reveals it is an instance of HismoHistoryGroup.
Am I missing something obvious?
Cheers, Alexandre