Differences between revisions 2 and 9 (spanning 7 versions)
Revision 2 as of 2008-10-31 20:24:22
Size: 872
Editor: orzel
Comment:
Revision 9 as of 2009-06-15 01:51:04
Size: 1097
Editor: orzel
Comment:
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
''Author: '' [http://www.freehackers.org/thomas Thomas Capricelli] ''Author: '' [[http://www.freehackers.org/thomas|Thomas Capricelli]]
Line 7: Line 7:
Download site: http://labs.freehackers.org/wiki/hgactivity Extension site: http://labs.freehackers.org/projects/hgactivity/wiki
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 ?"
Line 14: Line 14:
http://labs.freehackers.org/attachments/69/activity.png {{http://labs.freehackers.org/attachments/217/mercurial.global.png}}
Line 16: Line 16:
The same, but splitted by author: The same, but splitted by author, and displaying tags:
Line 18: Line 18:
http://labs.freehackers.org/attachments/70/activity_splitted.png {{http://labs.freehackers.org/attachments/218/mercurial.png}}
Line 29: Line 29:
(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
Line 30: Line 36:
CategoryExtension CategoryExtensionsByOthers

Activity extension

This extension is not distributed with Mercurial.

Author: Thomas Capricelli

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

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 splitted 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

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