Merge remote-tracking branch 'rmoehn/diff-iter'

This commit is contained in:
J. David Ibáñez 2015-04-23 12:45:44 +02:00
commit c072a77e4b

@ -35,6 +35,10 @@ The Diff type
====================
.. autoattribute:: pygit2.Diff.patch
.. method:: Diff.__iter__()
Returns an iterator over the deltas/patches in this diff.
.. method:: Diff.__len__()
Returns the number of deltas/patches in this diff.