Main Contents

tags displayed in hg activity extension

June 15, 2009

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 [...]

Filed under: Admin, Gentoo | Comments (2)

Yet another activity graph : how often do you emerge ?

November 13, 2008

Really, I seem to be fond of activity graphs those days. I have reused part of this previous code, but this time I parse the emerge log file to display the activity of your successful emerges. Think of it as a graphical view of ‘genlop -l’.
Those examples are the emerge activity of my two main [...]

Filed under: Admin, Gentoo | Comments (0)

Activities gallery

November 2, 2008

While developing my recently released activity mercurial extension (and here too), I did a lot of tests on some quite famous/big projects. I’ve found the results to be quite interesting and decided to put up this gallery. Are you interested in the history of commits for kde, linux, django, portage(software), and others?
warning : this is [...]

Filed under: Admin, Django, Gentoo, KDE, Linux kernel | Comments (2)

Splitted activity for mercurial

October 31, 2008

Today I have added new options to the mercurial activity extension and  most importantly, it is now possible to have a different curve for each author. It looks like this :

Filed under: Admin, Gentoo | Comments (0)

Activity extension for mercurial

October 31, 2008

This is something i’ve really been missing for long in mercurial : a way to display the activity of a repository. No, ‘hg churn’ is not the right answer, I want an idea of when the peaks of development happened. So I have written this small extension. It is based on matplotlib, so you’ll need [...]

Filed under: Admin, Gentoo, KDE | Comments (4)