Differences between revisions 4 and 5
Revision 4 as of 2008-11-21 02:26:23
Size: 966
Editor: orzel
Comment:
Revision 5 as of 2008-11-21 02:27:09
Size: 1046
Editor: orzel
Comment:
Deletions are marked like this. Additions are marked like this.
Line 29: Line 29:
(with the actual path to your file, of course)

=== More information ? ===

Activity extension

This extension is not distributed with Mercurial.

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

Extension 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

(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


CategoryExtension

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