Home | History | Annotate | Download | only in releasetools

Lines Matching refs:diffs

980 def ComputeDifferences(diffs):
981 """Call ComputePatch on all the Difference objects in 'diffs'."""
982 print len(diffs), "diffs to compute"
985 by_size = [(i.tf.size, i) for i in diffs]