[squeak-dev] The Trunk: Monticello-cmm.726.mcz

Chris Muller asqueaker at gmail.com
Tue Jun 30 23:28:10 UTC 2020


Hi Eliot,

The order of repositories is part of the model, sorting them conceptually
breaks a couple of MC's use-cases.  Would list-filtering help you find the
repository you seek amongst your list of 40 repositories?

 - Chris

On Tue, Jun 30, 2020 at 5:21 PM <commits at source.squeak.org> wrote:

> Chris Muller uploaded a new version of Monticello to project The Trunk:
> http://source.squeak.org/trunk/Monticello-cmm.726.mcz
>
> ==================== Summary ====================
>
> Name: Monticello-cmm.726
> Author: cmm
> Time: 30 June 2020, 5:21:11.609668 pm
> UUID: 1a529d96-0be7-45a8-a65e-b9dcae087b85
> Ancestors: Monticello-mt.725
>
> Revert incorrect implementation of sorting repositories, because it broke
> "demote to bottom" which broke "browse revisions" and "browse origin".
>
> =============== Diff against Monticello-mt.725 ===============
>
> Item was changed:
>   ----- Method: MCWorkingCopyBrowser>>repositories (in category 'morphic
> ui') -----
>   repositories
> +       ^ self repositoryGroup repositories!
> -       | repositories |
> -       repositories := self repositoryGroup repositories.
> -       ^{repositories first}, (repositories allButFirst sort: [:r1 :r2|
> r1 description < r2 description])!
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20200630/c28469b7/attachment.html>


More information about the Squeak-dev mailing list