Skip to content

PatchIter

Iterator over a patch stream.

Returned by patch.decode.

Each iteration yields one Patch.

Inherits

Example

for p = patch.decode diff_text
  echo $p.type