Differences between revisions 2 and 3
Revision 2 as of 2008-10-31 20:24:22
Size: 872
Editor: orzel
Comment:
Revision 3 as of 2008-10-31 20:25:36
Size: 839
Editor: orzel
Comment:
Deletions are marked like this. Additions are marked like this.
Line 10: Line 10:
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 ? 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 ?"

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 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/69/activity.png

The same, but splitted by author:

http://labs.freehackers.org/attachments/70/activity_splitted.png

2. Configuration

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

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


CategoryExtension

ActivityExtension (last edited 2023-03-31 13:17:46 by orzel)