code-maat icon indicating copy to clipboard operation
code-maat copied to clipboard

Any idea which hg command is needed to analyze churn?

Open olleharstedt opened this issue 1 year ago • 0 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

olleharstedt avatar Jan 31 '24 20:01 olleharstedt