Add a diff memory to diff.py and use it in bug.py
commit967787c035de22a9788e5874425d937f1424ba39
authorSverre Rabbelier <sverre@rabbelier.nl>
Sat, 12 Jul 2008 12:55:40 +0000 (12 14:55 +0200)
committerSverre Rabbelier <sverre@rabbelier.nl>
Sat, 12 Jul 2008 12:59:15 +0000 (12 14:59 +0200)
treec74efb13c4b90439fdbb24d4c502f8eee9501fec
parentbb0fb4f0c593cee6d3f32577be41afbe693b5948
Add a diff memory to diff.py and use it in bug.py

This way, when we try to find reverts for many commits we
don't do so much double work. This results in a speedup
of about 15 times.
src/git_stats/bug.py
src/git_stats/diff.py