1 new commit in pytest:

https://bitbucket.org/pytest-dev/pytest/commits/8a4edb605b1e/
Changeset:   8a4edb605b1e
Branch:      update-issues
User:        gutworth
Date:        2015-02-27 14:12:00+00:00
Summary:     another update for get_issues.py to account for repository move
Affected #:  1 file

diff -r de09a4c6bc60c27686245e705947439270e2c69b -r 
8a4edb605b1e41b6cef435bda487bd0a825c3d66 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

Reply via email to