<div id="__MailbirdStyleContent" style="font-size: 10pt;font-family: Arial;color: #000000;text-align: left" dir="ltr">
                                        Hi Nicolas.<div><br></div><div>> <span style="font-family: Arial, Helvetica, sans-serif;font-size: 13px">If you can think of nicer fix, please raise voice.</span></div><div><span style="font-family: Arial, Helvetica, sans-serif;font-size: 13px"><br></span></div><div><span style="font-family: Arial, Helvetica, sans-serif;font-size: 13px">I just put </span><span style="font-family: Arial, Helvetica, sans-serif"><span style="font-size: 13px">Monticello-mt.734 into the inbox. Please take a look and decide for yourself. :-)</span></span></div><div><span style="font-family: Arial, Helvetica, sans-serif"><span style="font-size: 13px"><br></span></span></div><div><span style="font-family: Arial, Helvetica, sans-serif"><span style="font-size: 13px">Best,</span></span></div><div><span style="font-family: Arial, Helvetica, sans-serif"><span style="font-size: 13px">Marcel</span></span></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;min-width: 500px">
                        <p style="color: #AAAAAA; margin-top: 10px;">Am 30.12.2020 15:57:30 schrieb commits@source.squeak.org <commits@source.squeak.org>:</p><div style="font-family:Arial,Helvetica,sans-serif">A new version of Monticello was added to project The Inbox:<br>http://source.squeak.org/inbox/Monticello-nice.734.mcz<br><br>==================== Summary ====================<br><br>Name: Monticello-nice.734<br>Author: nice<br>Time: 30 December 2020, 3:57:21.60758 pm<br>UUID: 863f642a-7795-4eb6-aa6b-76a5af3a8504<br>Ancestors: Monticello-mt.733<br><br>Workaround version history browser bug when 'working copy' is selected.<br><br>The snapshot is searched in repositoryGroup, and logically, none is found.<br>Note that the self selectedInfo isKindOf: MCWorkingCopyAncestry, which does not behave as a regular MCVersionInfo, it does not even answer to versionName...<br>This somehow accelerate the failure thru an ifError: [] handling, but at the end, the selectedSnapshot is still nil which makes the 'view changes from...' menu fail.<br><br>The workaround is not very nice, it use implicit knowledge that 'working copy' will be at top of list (index = 1).<br><br>If you can think of nicer fix, please raise voice.<br><br>=============== Diff against Monticello-mt.733 ===============<br><br>Item was changed:<br>  ----- Method: MCVersionHistoryBrowser>>selectedSnapshot (in category 'accessing') -----<br>  selectedSnapshot<br>+  index = 1 ifTrue: [^package snapshot].<br>        ^ self snapshotForInfo: self selectedInfo!<br><br><br></div></blockquote></div>