Lines Matching refs:diff
76 diff = new - old
77 if diff == +m.inf:
79 elif diff == -m.inf:
82 return '%+7d' % diff
671 # sort again, now with diff info, note that python's sort is stable
1067 if args.get('diff'):
1070 with openio(args['diff']) as f:
1103 diff_results if args.get('diff') else None,
1147 '-d', '--diff',
1148 help="Specify CSV file to diff against.")
1156 help="Only show percentage change, not a full diff.")