Activity extension

This extension is not distributed with Mercurial.

Author: [http://www.freehackers.org/thomas Thomas Capricelli]

Download site: http://labs.freehackers.org/wiki/hgactivity

1. Overview

This is an extension for the mercurial source control management, which creates an image file displaying the activity of a repository. The activity is a rough estimates of when did the developement happened ?

As an example, here is the activity for the mercurial repository itself :

[http://labs.freehackers.org/attachments/69/activity.png]

2. Configuration

Configure your .hgrc to enable the extension by adding following lines:

[extensions]
activity=/path/to/activity.py


CategoryExtension