<div dir="ltr">Hi Eliot and all,<div><br></div><div>If we can get away with only alphabetizing on the "all" view (when no WorkingCopy selected), we can avoid introducing a new feature or preference at this time.  Is it sufficient for the VMMaker use-case?<br><div><br></div></div><div> - Chris</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Jul 29, 2020 at 8:40 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 Inbox:<br>
<a href="http://source.squeak.org/inbox/Monticello-cmm.727.mcz" rel="noreferrer" target="_blank">http://source.squeak.org/inbox/Monticello-cmm.727.mcz</a><br>
<br>
==================== Summary ====================<br>
<br>
Name: Monticello-cmm.727<br>
Author: cmm<br>
Time: 29 July 2020, 8:40:44.842148 pm<br>
UUID: eb7cbccc-3b20-44ca-8e11-0dc93308a362<br>
Ancestors: Monticello-mt.725<br>
<br>
Sort the repository list when no WorkingCopy is selected.<br>
<br>
=============== Diff against Monticello-mt.725 ===============<br>
<br>
Item was changed:<br>
  ----- Method: MCWorkingCopyBrowser>>repositories (in category 'morphic ui') -----<br>
  repositories<br>
        | repositories |<br>
        repositories := self repositoryGroup repositories.<br>
+       ^ workingCopy<br>
+               ifNil: [{repositories first}, (repositories allButFirst sort: #description ascending)]<br>
+               ifNotNil: [ repositories ]!<br>
-       ^{repositories first}, (repositories allButFirst sort: [:r1 :r2| r1 description < r2 description])!<br>
<br>
<br>
</blockquote></div>