Re: [Pharo-users] Download only metainfo about mcz when selected

2015-08-01 Thread Peter Uhnák
On Sat, Aug 1, 2015 at 1:41 PM, Thierry Goubier wrote: > > Le 1 août 2015 11:39 AM, "Peter Uhnák" a écrit : > > > > You can also right click on the package in Monticello Browser (in the > left pane), and then select "View History". > > Hi Peter, this requires loading the mcz, and it doesn't give

Re: [Pharo-users] Download only metainfo about mcz when selected

2015-08-01 Thread Thierry Goubier
Le 1 août 2015 11:39 AM, "Peter Uhnák" a écrit : > > You can also right click on the package in Monticello Browser (in the left pane), and then select "View History". Hi Peter, this requires loading the mcz, and it doesn't gives you the repository contents, but the current package version history

Re: [Pharo-users] Download only metainfo about mcz when selected

2015-08-01 Thread Peter Uhnák
You can also right click on the package in Monticello Browser (in the left pane), and then select "View History". I wonder why this is not available directly from MCFileRepositoryInspector... Peter On Sun, Jul 19, 2015 at 11:52 AM, Jan Blizničenko wrote: > Thank you, then it seems fastest way

Re: [Pharo-users] Download only metainfo about mcz when selected

2015-07-19 Thread Jan Blizničenko
Thank you, then it seems fastest way is looking at repository web pages (for example http://www.smalltalkhub.com/#!/~ObjectProfile/Roassal2/commits ). Jan Thierry Goubier wrote > Hi Jan, > > It is not possible with the mcz format, because you have to open the zip > file to recover the metadata.

Re: [Pharo-users] Download only metainfo about mcz when selected

2015-07-16 Thread Thierry Goubier
Hi Jan, It is not possible with the mcz format, because you have to open the zip file to recover the metadata. Given the formats used, to just read the last commit message, you will read the entire history instead of just the last one. Thierry 2015-07-16 15:09 GMT+02:00 Jan Blizničenko : > Hel