Activity extension

This extension is not distributed with Mercurial.

Author: Thomas Capricelli

Web page: http://labs.freehackers.org/projects/hgactivity/wiki

Repository: http://sources.freehackers.org/hg.cgi/Hgactivity/

1. Overview

This extension creates an image file displaying the activity of a repository. The activity is a rough estimates to answer the question : "when did the developement happened ?"

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

http://labs.freehackers.org/attachments/217/mercurial.global.png

The same, but split by author, and displaying tags:

http://labs.freehackers.org/attachments/218/mercurial.png

2. Configuration

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

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

(with the actual path to your file, of course)

3. More information ?

Everything you want to know about this extension can be found on the web page: http://labs.freehackers.org/wiki/hgactivity


CategoryExtensionsByOthers