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