112
111
b = Branch.initialize('./branch')
113
112
b.working_tree().commit("Empty commit 1")
115
114
b.working_tree().commit(u"\N{TIBETAN DIGIT TWO} Empty commit 2")
116
115
merge(["./branch", -1], [None, None], this_dir = './copy')
117
116
message = self.status_string(b_2)