237
237
# The link points to a file whose name is an omega
238
238
# U+03A9 GREEK CAPITAL LETTER OMEGA
239
239
# UTF-8: ce a9 UTF-16BE: 03a9 Decimal: Ω
243
245
revision1 = tree.commit('added a link to a Unicode target')
244
246
revision2 = tree.commit('this revision will be discarded')
245
247
tree.set_parent_ids([revision1])
248
256
class TestAddParent(TestParents):