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