On Thu, Nov 20, 2008 at 7:48 AM, Matthew Fulmer <tapplek@gmail.com> wrote:
Smalltalk condenseChanges
Note that this will get rid of ALL intermediate changes in the system, including the original, including methods that you did not yourself change.  You will be left with just the current version of each method in the system.
 
On the positive side, it will make you .changes file much smaller.
 
Chris