[squeak-dev] The Inbox: Monticello-lrnp.758.mcz

Chris Muller asqueaker at gmail.com
Sat Jan 22 05:39:40 UTC 2022


Good catch.  +1

On Tue, Jan 18, 2022 at 10:26 PM <commits at source.squeak.org> wrote:
>
> A new version of Monticello was added to project The Inbox:
> http://source.squeak.org/inbox/Monticello-lrnp.758.mcz
>
> ==================== Summary ====================
>
> Name: Monticello-lrnp.758
> Author: lrnp
> Time: 18 January 2022, 9:26:19.143384 pm
> UUID: 5db870bd-7196-4fd2-aff2-1e0986e7a847
> Ancestors: Monticello-lrnp.757
>
> fix the default cache repository duplication check
>
> Can now be used when filing in and Do-it.
>
> =============== Diff against Monticello-lrnp.757 ===============
>
> Item was changed:
>   ----- Method: MCRepositoryGroup>>addRepository: (in category 'update') -----
>   addRepository: aRepository
> +       ((repositories includes: aRepository) or: [aRepository = MCCacheRepository default])
> -       ((repositories includes: aRepository) or: [aRepository == MCCacheRepository default])
>                 ifFalse: [repositories add: aRepository.
>                                 self class default addRepository: aRepository].
>         self changed: #repositories!
>
>


More information about the Squeak-dev mailing list