gitstats: Moved diff.diffContains to commit.logContains
commit368c3e2885c3d012c48aa694db51b2eea17aca83
authorSverre Rabbelier <sverre@rabbelier.nl>
Sun, 8 Jun 2008 15:35:33 +0000 (8 17:35 +0200)
committerSverre Rabbelier <sverre@rabbelier.nl>
Sun, 8 Jun 2008 15:35:33 +0000 (8 17:35 +0200)
treeaa4f880d41eb6c7c814f72273d8cafdc3f36467f
parent0712ae9caf7b8633f69e1e5e192b0d4a7d2332be
gitstats: Moved diff.diffContains to commit.logContains

Otherwise there is a cyclic dependency between diff and
commit, which is not supported by python when doing
'from .. import ..'.
src/git_stats/commit.py
src/git_stats/diff.py