118
119
print "%d conflicts encountered.\n" % self.conflicts
121
def get_tree(treespec, temp_root, label, local_branch=None):
121
122
location, revno = treespec
122
123
branch = find_branch(location)
124
125
base_tree = branch.working_tree()
129
137
temp_path = os.path.join(temp_root, label)
131
139
return branch, MergeTree(base_tree, temp_path)