Added three more data mining functions to the history module
commit56a92410fe3977528673af70f42371bf76e9cab5
authorSverre Rabbelier <sverre@rabbelier.nl>
Sun, 1 Jun 2008 21:47:53 +0000 (1 23:47 +0200)
committerSverre Rabbelier <sverre@rabbelier.nl>
Sun, 1 Jun 2008 21:47:53 +0000 (1 23:47 +0200)
treeab68b6dfe96d68ceed8abd1b1862be3249c10449
parent7f55a940946f919e7aa96d87aeb76eb2ff6f156b
Added three more data mining functions to the history module

The functions are:
 branchContains: Checks if a branch contains a specific commit.
 commitmsgMatches: Checks if a commit msg matches a specic regexp.
 commitdiffMatches: Checks if a commit diff matches a specific regexp.
src/git_stats/history.py