Home | History | Annotate | Download | only in check_cfc

Lines Matching full:diff

31     diff can be very slow with large objects and the most interesting changes
35 # Find first diff
46 # Diff to first line of diff plus some lines
48 diff = difflib.unified_diff(a[:first_diff_idx+context],
52 difference = "\n".join(diff)
54 difference += "\n*** Diff truncated ***"
72 diff = compare_object_files(args.objfilea[0], args.objfileb[0])
73 if diff:
76 print(diff)