108
107
b = Branch.initialize('./branch')
109
108
b.working_tree().commit("Empty commit 1")
111
110
b.working_tree().commit("Empty commit 2")
112
111
merge(["./branch", -1], [None, None], this_dir = './copy')
113
112
message = self.status_string(b_2)