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!