Chris Muller uploaded a new version of Monticello to project The Trunk:
http://source.squeak.org/trunk/Monticello-cmm.638.mcz==================== Summary ====================
Name: Monticello-cmm.638
Author: cmm
Time: 29 July 2016, 3:03:07.655086 pm
UUID: 809e9283-dcfe-41df-88cb-0e6b9beec1a9
Ancestors: Monticello-tfel.637
Confirm before discarding unsaved Version notes.
=============== Diff against Monticello-tfel.637 ===============
Item was added:
+ ----- Method: MCSaveVersionDialog>>okToClose (in category 'actions') -----
+ okToClose
+ ^ (self findTextMorph: #logMessage)
+ ifNil: [true]
+ ifNotNil:
+ [:widget | widget canDiscardEdits or: [self confirm: 'Version notes are not saved.
+ Is it OK to discard those notes?' translated]]!