Refactored bug.py to use a Memory and Options class
commit644f9cec7e261d70365cc1bd837a8fde223253ad
authorSverre Rabbelier <sverre@rabbelier.nl>
Tue, 15 Jul 2008 14:05:31 +0000 (15 16:05 +0200)
committerSverre Rabbelier <sverre@rabbelier.nl>
Tue, 15 Jul 2008 14:05:31 +0000 (15 16:05 +0200)
treeb73ba38fd7eb9ff97eb0aba3c34334cf57640e40
parent0a9285b5691984534cd682567ed6802301bc9c54
Refactored bug.py to use a Memory and Options class

The amount of options passed to determineType was getting
out of hand, instead of passing around individual arguments
we now pass a newly created Memory and a newly created
Options object. This also factors out some common code into
the Memory constructor.
src/git_stats/bug.py