Refactored bug.py to allow for a trivial aggregation function
commit554f8e45e88a42f21a13905fe648f55cde96d94a
authorSverre Rabbelier <sverre@rabbelier.nl>
Fri, 11 Jul 2008 13:07:25 +0000 (11 15:07 +0200)
committerSverre Rabbelier <sverre@rabbelier.nl>
Fri, 11 Jul 2008 13:07:25 +0000 (11 15:07 +0200)
treededfbff47b99dbfe0add8f39c888948db49d7836
parentca58736a154c9b56356cf8930c9f9d6178e7bf3f
Refactored bug.py to allow for a trivial aggregation function

By moving some logic into a seperate function (namely the
part that figures out what options we want) it is now easy
to loop over all commits and determine their type.
This is very slow though, some optimization will have to be
done to make it reasonably fast.
src/git_stats/bug.py