Commit comments

This commit is contained in:
Vincent Jacques
2012-03-04 08:36:38 +00:00
parent 408801e6b5
commit 7cc3b44c69
2 changed files with 14 additions and 2 deletions
+2 -2
View File
@@ -297,8 +297,8 @@ Commit = GithubObject(
InternalObjectAttribute( "author", NamedUser ),
InternalObjectAttribute( "committer", NamedUser ),
ExternalListOfObjects( "comments", "comment", CommitComment,
ListGetable( [], [] ),
ElementCreatable( [ "body", "commit_id", "line", "path", "position" ], [] ),
ListGetable( [], [], __modifyAttributesForObjectsReferingReferedRepo ),
ElementCreatable( [ "body" ], [ "commit_id", "line", "path", "position" ], __modifyAttributesForObjectsReferingReferedRepo ),
),
)