141
144
b_2 = b_2_dir.open_branch()
142
145
wt2 = b_2_dir.open_workingtree()
143
146
wt.commit(u"\N{TIBETAN DIGIT TWO} Empty commit 2")
144
merge(["./branch", -1], [None, None], this_dir = './copy')
145
148
message = self.status_string(wt2)
146
149
self.assertStartsWith(message, "pending merges:\n")
147
150
self.assertEndsWith(message, "Empty commit 2\n")