1 new commit in pytest: https://bitbucket.org/pytest-dev/pytest/commits/760135a7438a/ Changeset: 760135a7438a User: hpk42 Date: 2015-02-27 14:32:13+00:00 Summary: Merged in update-issues (pull request #255)
another update for get_issues.py to account for repository move Affected #: 1 file diff -r de09a4c6bc60c27686245e705947439270e2c69b -r 760135a7438a89f8f80ba29832b9e3e93f23b587 extra/get_issues.py --- a/extra/get_issues.py +++ b/extra/get_issues.py @@ -11,7 +11,7 @@ start = 0 issues = [] while 1: - post_data = {"accountname": "hpk42", + post_data = {"accountname": "pytest-dev", "repo_slug": "pytest", "start": start, "limit": chunksize} Repository URL: https://bitbucket.org/pytest-dev/pytest/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. _______________________________________________ pytest-commit mailing list pytest-commit@python.org https://mail.python.org/mailman/listinfo/pytest-commit