status changed; resolution set
status changed from new to closedresolution set to fixed
View Articlechangelog, milestone set
changelog modified (diff)milestone set to 1.0 (forgot to assign this to 1.0) The Timeline will also end up with the internal error in such case, so we really need to fix this. I went ahead and applied...
View ArticleArticle 5
The first patch has (at least) one unwanted side-effect: the code that raise other errors would need to be adapted (raise GitErrorSha→ internal error TypeError: __init__() takes at least 2 arguments...
View ArticleArticle 3
Replying to Ethan Jucovy <ethan.jucovy@…>: I'm not sure if PyGIT.py is supposed to have no dependencies on Trac core, though — if that's the case then a different approach would be needed. I'm...
View ArticleArticle 1
The attached patch makes two changes:The GitError in PyGIT.py inherits from TracError instead of Exception. This way Trac core's BrowserModule can catch the error and handle it elegantly. (That...
View Article