Re: pruning older versions of a method
by Bob Arning other posts by this author
Mar 13 2002 7:08PM messages near this date
Q: How to deal with submorphs in PropotionalLayout ?
|
Re: pruning older versions of a method
On Wed, 13 Mar 2002 10:24:56 -0800 Tim Rowledge <tim@[...].edu> wrote:
> I was about to suggest that 'trimHistory' might remove older versions
> but it doesn't seem to actually do that. Should it?
Use the industrial-strength
ChangeSet allInstancesDo: [:cs | cs zapHistory]
Cheers,
Bob
Thread:
Bob Arning
Tim Rowledge
|