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