The Trunk: Monticello-cmm.703.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

The Trunk: Monticello-cmm.703.mcz

commits-2
Chris Muller uploaded a new version of Monticello to project The Trunk:
http://source.squeak.org/trunk/Monticello-cmm.703.mcz

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

Name: Monticello-cmm.703
Author: cmm
Time: 9 October 2019, 4:51:26.463758 pm
UUID: 1868be50-81e9-4b83-9f61-3baeca632bab
Ancestors: Monticello-ul.702

After reparenting a WorkingCopy, note it dirty.

=============== Diff against Monticello-ul.702 ===============

Item was changed:
  ----- Method: MCWorkingCopy>>reparent: (in category 'operations') -----
+ reparent: aVersion
- reparent: aVersion
  "Let aNode be the sole parent of this version"
  ancestry reparent: aVersion info.
+ self
+ checkModified ;
+ changed!
- self changed.!