committer logic should be split out of bugzilla.py into its own module Adam is going to need committer lookup abilities, so I've made it a module. I also finally learned how to write unit tests, so I unit tested all of my changes! Running the unit tests seems to be a tricky dance of setting up python paths correctly. Maybe one of the python gurus can help me straighten things out.
Created attachment 34040 [details] Patch v1
Created attachment 34042 [details] Patch v1
Created attachment 34044 [details] Updated to remove short_name code --- 5 files changed, 291 insertions(+), 63 deletions(-)
Comment on attachment 34044 [details] Updated to remove short_name code Thanks for adding the extra test. We should eventually have a test harness for all these tests.
Landed as http://trac.webkit.org/changeset/46750. Unsure why the tool failed.