[Pkg] The Trunk: System-cmm.669.mcz

commits at source.squeak.org commits at source.squeak.org
Mon Mar 17 03:03:01 UTC 2014


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!



More information about the Packages mailing list