43
42
raise Exception("%s not in tree" % self.file_id)
45
44
return tree.get_file(self.file_id).readlines()
48
self.apply_symlink(other_entry, base, other, filename)
46
50
base_lines = get_lines(base)
47
51
other_lines = get_lines(other)
48
52
m3 = Merge3(base_lines, file(filename, "rb").readlines(), other_lines)