Nautilus is creating ChangeRecords that cannot be loaded. I've opened an issue for it.

Change Record created with Nautilus
file: 	MultiByteFileStream: '..\Pharo2.0.1.changes'
position: 	299095
type: 	#method
class: 	'BalloonMorph class'
category: 	#private
meta: 	true
stamp: 	'BenjaminVanRyseghem 1/20/2011 12:41

ChangeRecord >> methodClass
��� | methodClass |
��� type == #method
��� ��� ifFalse: [ ^ nil ].
��� (Smalltalk globals includesKey: class asSymbol)
��� ��� ifFalse: [ ^ nil ].
��� methodClass := Smalltalk globals at: class asSymbol.
��� ^ meta
��� ��� ifTrue: [ methodClass class ]
��� ��� ifFalse: [ methodClass ]