Lines Matching refs:diff
72 diff = new - old
73 if diff == +m.inf:
75 elif diff == -m.inf:
78 return '%+7d' % diff
326 # sort again, now with diff info, note that python's sort is stable
524 if args.get('diff'):
527 with openio(args['diff']) as f:
552 diff_results if args.get('diff') else None,
584 '-d', '--diff',
585 help="Specify CSV file to diff against.")
593 help="Only show percentage change, not a full diff.")