gitstats: Refactored bug.py to use a Memory and Options class
commit301be1f12d9a9b73ed05f11f39746d27717c9675
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)
tree6d285e9fa462867b26dfd86c827a083e305237d7
parent35eb0b5c8e16bc65cd01d5de251e74f252c7fb2d
gitstats: 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