Moved diff.diffContains to commit.logContains
commit56235bff994c344f2cd37040d4aa5d9ac33b97f2
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
parent7252339729b5820c92c07b991503435b472776f2
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