<div dir="ltr">Hi Eliot,<div><br></div><div>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?<br></div><div><br></div><div> - Chris</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Jun 30, 2020 at 5:21 PM <<a href="mailto:commits@source.squeak.org" target="_blank">commits@source.squeak.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Chris Muller uploaded a new version of Monticello to project The Trunk:<br>
<a href="http://source.squeak.org/trunk/Monticello-cmm.726.mcz" rel="noreferrer" target="_blank">http://source.squeak.org/trunk/Monticello-cmm.726.mcz</a><br>
<br>
==================== Summary ====================<br>
<br>
Name: Monticello-cmm.726<br>
Author: cmm<br>
Time: 30 June 2020, 5:21:11.609668 pm<br>
UUID: 1a529d96-0be7-45a8-a65e-b9dcae087b85<br>
Ancestors: Monticello-mt.725<br>
<br>
Revert incorrect implementation of sorting repositories, because it broke "demote to bottom" which broke "browse revisions" and "browse origin".<br>
<br>
=============== Diff against Monticello-mt.725 ===============<br>
<br>
Item was changed:<br>
  ----- Method: MCWorkingCopyBrowser>>repositories (in category 'morphic ui') -----<br>
  repositories<br>
+       ^ self repositoryGroup repositories!<br>
-       | repositories |<br>
-       repositories := self repositoryGroup repositories.<br>
-       ^{repositories first}, (repositories allButFirst sort: [:r1 :r2| r1 description < r2 description])!<br>
<br>
<br>
</blockquote></div>