From b8e6852d26cb567346a7723291f61191bbdfc29a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Mart=C3=ADn=20Nieto?= Date: Sun, 27 Sep 2015 03:09:25 +0200 Subject: [PATCH] Add some missing fields to DiffFile's docs --- docs/diff.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/diff.rst b/docs/diff.rst index 3ae7696..97a52c4 100644 --- a/docs/diff.rst +++ b/docs/diff.rst @@ -83,6 +83,9 @@ Attributes: .. autoattribute:: pygit2.DiffFile.path .. autoattribute:: pygit2.DiffFile.id +.. autoattribute:: pygit2.DiffFile.size +.. autoattribute:: pygit2.DiffFile.flags +.. autoattribute:: pygit2.DiffFile.mode The DiffHunk type