Today i have added a feature to my hg activity extension. I have wanted to have this for long : the tags are now displayed on the graph. Here are two examples, one of the project itself, and another one on the mercurial repository, but only for the last months.
The first one was generated by:
hg activity --splitauthors --maxauthors 5 --width 1500 --height 900
And the second one by:
hg activity --datemin 2008-01-01 --splitauthors --maxauthors 5 --width 1500 --height 900



Recent Comments »