adamtornhill / code-maat

A command line tool to mine and analyze data from version-control systems

Home Page:http://www.adamtornhill.com/code/codemaat.htm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Any idea which hg command is needed to analyze churn?

olleharstedt opened this issue · comments

The command given in the README does not seem to include proper data.

Running

lein run -l hg_data -c hg -a abs-churn

I get

Invalid argument: churn analysis: the given VCS data doesn't contain modification metrics. Check the code-maat docs for supported VCS and correct log format.

This was the hg export command:

hg log --template "rev: {rev} author: {author} date: {date|shortdate} files:\n{files %'{file}\n'}\n" --date ">2010-01-01" > hg_data