On Monday, November 22, 2010 12:42pm, "Anderson Lizardo" <[email protected]> said:
> A) setup some sort of "post-commit script" that looks for "Fixes > #NNN" in commit messages and add a comment to that bug with the commit > link/details (Also saw Matti's reply.) I did something similar for a simple Perforce-bugzilla integration a few years ago. I ended up mangling some Bugzilla-knowledgeable Perl script that was about a page long. Adding a comment to a bug is pretty easy, even at the SQL level. And here is a simple Python interface to Bugzilla that makes web requests to get work done: https://github.com/williamh/pybugz Looks pretty easy to use. You would call Bugz.modify() to add a comment. Dan
_______________________________________________ PySide mailing list [email protected] http://lists.openbossa.org/listinfo/pyside
