Added basic dispatching functionality for diff
commit2a9277c2dc6040200ad74ab88271ce3f90f21678
authorSverre Rabbelier <sverre@rabbelier.nl>
Fri, 6 Jun 2008 21:55:11 +0000 (6 23:55 +0200)
committerSverre Rabbelier <sverre@rabbelier.nl>
Fri, 6 Jun 2008 21:55:11 +0000 (6 23:55 +0200)
treeffbd1546c89d960ffa9320b2f6a13a38164d235b
parentf08d699378725f2a96139b968f6068eb20437c75
Added basic dispatching functionality for diff

Also added a no-op method for all other modules.
Due to this working it became clear commitDiffEquals has a
bug, it cannot parse diffs in which a chunk with size
bigger than 1 occurs.
src/git_stats/author.py
src/git_stats/branch.py
src/git_stats/commit.py
src/git_stats/diff.py
src/git_stats/index.py
src/git_stats/stats.py