The Trunk: Monticello-mt.628.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

The Trunk: Monticello-mt.628.mcz

commits-2
Marcel Taeumel uploaded a new version of Monticello to project The Trunk:
http://source.squeak.org/trunk/Monticello-mt.628.mcz

==================== Summary ====================

Name: Monticello-mt.628
Author: mt
Time: 28 March 2016, 1:09:48.168818 pm
UUID: b1ae807a-b86d-4f3b-a3e2-02d7e835c6b5
Ancestors: Monticello-topa.627

For directory-based repositories, append local space requirements to the description string. Having this, the size of the package cache, for example, is revealed at a glance.

=============== Diff against Monticello-topa.627 ===============

Item was changed:
  ----- Method: MCDirectoryRepository>>description (in category 'accessing') -----
  description
+ ^ '{1} ({2})' format: {directory pathName. directory directoryEntry directorySizeString}!
- ^ directory pathName!