Differences between revisions 12 and 13
Revision 12 as of 2011-09-18 04:45:06
Size: 1161
Editor: orzel
Comment:
Revision 13 as of 2011-11-26 00:19:33
Size: 1190
Editor: orzel
Comment:
Deletions are marked like this. Additions are marked like this.
Line 8: Line 8:
Repository: http://sources.freehackers.org/hg.cgi/Hgactivity/ Repository: http://sources.freehackers.org/Hgactivity/
Line 31: Line 31:
Everything you want to know about this extension can be found on the web page: http://labs.freehackers.org/wiki/hgactivity Everything you want to know about this extension can be found on the web page: http://labs.freehackers.org/projects/hgactivity/wiki
Line 34: Line 34:
CategoryExtensionsByOthers CategoryExtensionsByOthers CategoryExtensionsByOthers

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/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/hgactivity-2.0/activity

(with the actual path to the extension, of course)

3. More information ?

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


CategoryExtensionsByOthers CategoryExtensionsByOthers

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