<body><div id="__MailbirdStyleContent" style="font-size: 12pt;font-family: calibri;color: #000000">
                                        +1 :-)<div><br></div><div>Marcel</div><div class="mb_sig"></div><blockquote class="history_container" type="cite" style="border-left-style:solid;border-width:1px; margin-top:20px; margin-left:0px;padding-left:10px;">
                        <p style="color: #AAAAAA; margin-top: 10px;">Am 24.04.2018 20:27:15 schrieb commits@source.squeak.org <commits@source.squeak.org>:</p>Eliot Miranda uploaded a new version of MonticelloConfigurations to project The Trunk:<br>http://source.squeak.org/trunk/MonticelloConfigurations-eem.153.mcz<br><br>==================== Summary ====================<br><br>Name: MonticelloConfigurations-eem.153<br>Author: eem<br>Time: 24 April 2018, 11:26:57.18973 am<br>UUID: 08fb5d9b-8322-4537-ae28-02a452e18bbd<br>Ancestors: MonticelloConfigurations-bf.152<br><br>Suppress Deprecation warnings while upgrading/updating.<br><br>=============== Diff against MonticelloConfigurations-bf.152 ===============<br><br>Item was changed:<br>  ----- Method: MCConfiguration>>upgrade (in category 'actions') -----<br>  upgrade<br>    ^self depsSatisfying:<br>                         [:dep | dep isFulfilledByAncestors not]<br>               versionDo:<br>                    [:ver | <br>                      (self class upgradeIsMerge and: [ver shouldMerge])<br>                            ifFalse: [ver load]<br>                           ifTrue:<br>                                       [[ver merge]<br>                                                  on: MCNoChangesException<br>                                              do: [:req| req resume ]<br>                                               on: MCMergeResolutionRequest<br>                                                  do: [:request |<br>                                                       request merger conflicts isEmpty<br>                                                              ifTrue: [request resume: true]<br>+                                                               ifFalse: [request pass]]<br>+                                             on: Deprecation<br>+                                              do: [:req| req resume ]]]<br>-                                                            ifFalse: [request pass]]]]<br>            displayingProgress: 'upgrading packages'!<br><br><br>
                        </blockquote>
                                        </div></body>