1 new commit in pytest:

https://bitbucket.org/hpk42/pytest/commits/77b0a734de06/
Changeset:   77b0a734de06
User:        hpk42
Date:        2013-11-19 09:20:50
Summary:     fix issues link
Affected #:  1 file

diff -r fbff0a016b3bff6d6ccfa36f66249508689b7ee8 -r 
77b0a734de063196acea35e63c0ece16078cd8f0 extra/get_issues.py
--- a/extra/get_issues.py
+++ b/extra/get_issues.py
@@ -53,7 +53,7 @@
         kind = metadata["kind"]
         status = issue["status"]
         id = issue["local_id"]
-        link = "https://bitbucket.org/hpk42/pytest/issues/%s/"; % id
+        link = "https://bitbucket.org/hpk42/pytest/issue/%s/"; % id
         print("----")
         print(status, kind, link)
         print(title)

Repository URL: https://bitbucket.org/hpk42/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