<div dir="ltr">Hi All,<div><br></div><div>   I guess because of the multiple ancestors in the Spur bootstrap packages whenever I update a Spur image I see lots of annoying &quot;No Changes&quot; confirmers popping up that have to be clicked on to continue.  They come from</div><div><br></div><div><div>resolveConflicts</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>(records allSatisfy: [:ea | ea isAncestorMerge]) ifTrue: [MCNoChangesException signal. ^ false].</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>^ ((MCMergeResolutionRequest new merger: merger)</div><div><span class="Apple-tab-span" style="white-space:pre">                </span>signal: &#39;Merging &#39;, records first version info name) = true</div><div><br></div><div>I see a handler for MCMergeResolutionRequest in </div><div><br></div><div><div>upgrade</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>^self depsSatisfying: [:dep | dep isFulfilledByAncestors not]</div><div><span class="Apple-tab-span" style="white-space:pre">                </span>versionDo: [:ver | </div><div><span class="Apple-tab-span" style="white-space:pre">                        </span>(self class upgradeIsMerge and: [ver shouldMerge])</div><div><span class="Apple-tab-span" style="white-space:pre">                                </span>ifFalse: [ver load]</div><div><span class="Apple-tab-span" style="white-space:pre">                                </span>ifTrue: [[ver merge]</div><div><span class="Apple-tab-span" style="white-space:pre">                                        </span>on: MCMergeResolutionRequest do: [:request |</div><div><span class="Apple-tab-span" style="white-space:pre">                                                </span>request merger conflicts isEmpty</div><div><span class="Apple-tab-span" style="white-space:pre">                                                        </span>ifTrue: [request resume: true]</div><div><span class="Apple-tab-span" style="white-space:pre">                                                        </span>ifFalse: [request pass]]]]</div><div><span class="Apple-tab-span" style="white-space:pre">                </span>displayingProgress: &#39;upgrading packages&#39;</div></div><div><br></div><div>am I right to think that&#39;s also the place to put a handler for the MCNoChangesException notification?</div>-- <br><div class="gmail_signature">best,<div>Eliot</div></div>
</div></div>