[squeak-dev] The Trunk: Monticello-ct.706.mcz

commits at source.squeak.org commits at source.squeak.org
Fri Nov 15 20:18:07 UTC 2019


David T. Lewis uploaded a new version of Monticello to project The Trunk:
http://source.squeak.org/trunk/Monticello-ct.706.mcz

==================== Summary ====================

Name: Monticello-ct.706
Author: ct
Time: 15 November 2019, 7:37:26.401005 pm
UUID: dc41402b-0662-5f4e-b13e-33dde1be1ffe
Ancestors: Monticello-mt.705

Refresh Version Inspector after reparent was pressed.

=============== Diff against Monticello-mt.705 ===============

Item was changed:
  ----- Method: MCVersionInspector>>reparent (in category 'accessing') -----
  reparent
  	(self confirm:'Adopt ',self version info name, ' as the sole ancestor of your working copy?')
+ 		ifTrue: [
+ 			self version reparent.
+ 			self refresh]!
- 		ifTrue: [self version reparent]!



More information about the Squeak-dev mailing list