[squeak-dev] Re: [Cuis] Cuis

Andreas Raab andreas.raab at gmx.de
Fri Jan 22 05:18:37 UTC 2010


Miguel Enrique Cobá Martinez wrote:
> Is there somewhere a list of the users that have commited changes to the
> trunk?

Try this:

bag := Bag new.
(MCHttpRepository
	location: 'http://source.squeak.org/trunk'
	user: '' password: '') allFileNames do:[:fname|
		(fname endsWith: '.mcz') ifTrue:[
			bag add: ((fname copyAfterLast: $-) copyUpTo: $.)]].
bag sortedCounts.

Cheers,
   - Andreas




More information about the Squeak-dev mailing list