The Trunk: System-cmm.669.mcz

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

The Trunk: System-cmm.669.mcz

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

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

Name: System-cmm.669
Author: cmm
Time: 16 March 2014, 10:02:19.13 pm
UUID: aa83e977-ce6e-468d-8a8b-e51ce624f1b2
Ancestors: System-cmm.668

#moveChanges should prompt for the name of the condensed sources.

=============== Diff against System-cmm.668 ===============

Item was changed:
  ----- Method: SmalltalkImage>>moveChanges (in category 'housekeeping') -----
  moveChanges
  "Move the current version of every method in .changes to my .sources file."
+ self appendChangesTo:
+ ((UIManager default
+ request: 'Please specify the name of the\.sources file to move changes to.' withCRs
+ initialAnswer: self sourceFileVersionString) ifEmpty: [ ^ self inform: 'Aborted.' ])!
- self appendChangesTo: self sourceFileVersionString!