Differences between revisions 7 and 8
Revision 7 as of 2009-05-19 19:30:58
Size: 1058
Editor: localhost
Comment: converted to 1.6 markup
Revision 8 as of 2009-05-25 08:36:11
Size: 1067
Editor: abuehl
Comment: recat
Deletions are marked like this. Additions are marked like this.
Line 36: Line 36:
CategoryExtension CategoryExtensionsByOthers

Activity extension

This extension is not distributed with Mercurial.

Author: Thomas Capricelli

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

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

The same, but splitted by author:

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

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)

More information ?

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


CategoryExtensionsByOthers

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