Lines Matching refs:diff
85 diff = new - old
86 if diff == +m.inf:
88 elif diff == -m.inf:
91 return '%+7d' % diff
705 # sort again, now with diff info, note that python's sort is stable
1087 if args.get('diff'):
1090 with openio(args['diff']) as f:
1121 diff_results if args.get('diff') else None,
1175 '-d', '--diff',
1176 help="Specify CSV file to diff against.")
1184 help="Only show percentage change, not a full diff.")