On 8 sept. 09, at 14:38, Lukas Renggli wrote:
Now for browsing the changes in the squeak trunk we should find a way to select only change between two versions and even using the history button I could not exactly get what I wanted. Lukas did you succeed to do this kind of operation?
Yes, this is what the History button is supposed to do, display the diff between two arbitrary versions.
Wow, thanks, I wasn't aware of that. I always thought that the Monticello browser was quite simplistic - it is just carefully hidden :) So I tried and this is not so simple. Here is what to do: - select a package, then the History button - it opens a Version history browser - now if you right-click a version of the package, you have a contextual menu with two options: 'view changes -> working copy' and 'spawn history' - select the latest version with which you want to compare and spawn history - it opens a new version browser where you can compare previous versions with the one you selected -- Simon