57
55
old_tree = cur_branch.basis_tree()
58
56
new_tree = cur_branch.working_tree()
60
for path, file_class, kind, file_id in new_tree.list_files():
58
for path, file_class, kind, file_id, entry in new_tree.list_files():
61
59
if file_class in ('?', 'I'):
63
61
delta = compare_trees(old_tree, new_tree, want_unchanged=False)
69
64
def set_pull_data(br, location, rev_id):
70
65
pull_file = file (br.controlfilename("x-pull-data"), "wb")