Use dashed_form for variable names instead of camelCase
commit56704bd9ec1817ffc1b5a7cc727aa9878b2bc2f8
authorSverre Rabbelier <sverre@rabbelier.nl>
Wed, 23 Jul 2008 16:19:14 +0000 (23 18:19 +0200)
committerSverre Rabbelier <sverre@rabbelier.nl>
Wed, 23 Jul 2008 18:41:13 +0000 (23 20:41 +0200)
tree67ae6612c9be211f80610a63d6204ec827e32cf1
parent1baff22f7c0b866081cf107ba18bbf1080b93d4a
Use dashed_form for variable names instead of camelCase

The overal style is to use dashed_form for variable names,
this fixes up the exceptions.
src/git_stats/author.py
src/git_stats/branch.py
src/git_stats/bug.py
src/git_stats/commit.py
src/git_stats/diff.py
src/git_stats/index.py
src/git_stats/parse.py