Re: Managing updates/patches in Pharo with Metacello
Posted by
Sean P. DeNigris on
Aug 08, 2014; 1:39pm
URL: https://forum.world.st/Managing-updates-patches-in-Pharo-with-Metacello-tp4772489p4772501.html
Esteban A. Maringolo wrote
I was afraid of populating the Metacello config with lots of #version21:
#version211: #version212, etc.
Config classes are just the way we serialize projects. It is like reading binary :) I wouldn't contort your workflow to make them easier to read in a browser. Have you tried Versionner?
Cheers,
Sean