The Inbox: Monticello-eem.717.mcz

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

The Inbox: Monticello-eem.717.mcz

commits-2
A new version of Monticello was added to project The Inbox:
http://source.squeak.org/inbox/Monticello-eem.717.mcz

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

Name: Monticello-eem.717
Author: eem
Time: 10 March 2020, 4:08:29.610546 pm
UUID: b9e3f028-0530-472b-8122-a356375f2d4a
Ancestors: Monticello-nice.716

Sort repositories in the Monticello browser, useful if, as in a VMMaker image with Squeak trunk github support included, one has nearly 40 repositories.

=============== Diff against Monticello-nice.716 ===============

Item was changed:
  ----- Method: MCWorkingCopyBrowser>>repositories (in category 'morphic ui') -----
  repositories
+ | repositories |
+ repositories := self repositoryGroup repositories.
+ ^{repositories first}, (repositories allButFirst sort: [:r1 :r2| r1 description < r2 description])!
- ^ self repositoryGroup repositories!