patch_fromText

Parse a textual representation of patches and return a List of Patch objects. @param textline Text representation of patches. @return List of Patch objects. @throws ArgumentException If invalid input.

patch_fromText
(
string textline
)

Meta