The Trunk: Tools-ar.266.mcz

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

The Trunk: Tools-ar.266.mcz

commits-2
Andreas Raab uploaded a new version of Tools to project The Trunk:
http://source.squeak.org/trunk/Tools-ar.266.mcz

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

Name: Tools-ar.266
Author: ar
Time: 6 September 2010, 10:36:28.471 am
UUID: 6bd5c47f-028a-1440-9693-49ac169fefc2
Ancestors: Tools-ar.265

FileStream fileIntoNewChangeSet got munged in the last version for some reason.

=============== Diff against Tools-ar.265 ===============

Item was changed:
  ----- Method: FileStream>>fileIntoNewChangeSet (in category '*Tools-Changes') -----
  fileIntoNewChangeSet
+ "File all of my contents into a new change set."
+
- self break.
  self readOnly.
  ChangesOrganizer newChangesFromStream: self named: self localName!