patch_make

Compute a list of patches to turn text1 into text2. text1 will be derived from the provided diffs. @param diffs Array of Diff objects for text1 to text2. @return List of Patch objects.

Meta