135
142
t = self.from_revision(self.b.repository, 'test@user-3')
137
144
self.expected('sample_unicode').encode('utf-8'), t.as_text())
140
155
revision = self.b.repository.get_revision('test@user-2')
143
158
text_1 = testament_1.as_short_text()
144
159
text_2 = self.from_revision(self.b.repository,
145
160
'test@user-2').as_short_text()