Skip to content

Commit

Permalink
improved docs for the get_changes function
Browse files Browse the repository at this point in the history
  • Loading branch information
iartarisi committed Jan 15, 2013
1 parent eaa7b0b commit 618cc9b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions github_tarballs
Expand Up @@ -152,6 +152,18 @@ def get_changes(package, owner, repo, target):
See http://developer.github.com/v3/repos/commits/#compare-two-commits
The dict contains:
{
"commits": [{
"url": ...,
"commit": {
"message": ...,
...
},
...
}, ...]
}
"""
current_commit = get_commit_from_spec(package)
url = GITHUB_COMPARE % dict(owner=owner,
Expand Down

0 comments on commit 618cc9b

Please sign in to comment.