Compute a list of patches to turn text1 into text2.
List<Patch> patch_diffs(List<Diff> diffs) { // Method 2: diffs // Compute text1 from diffs. return patch_make(diff_text1(diffs), diffs); }