Size: 1097
Comment:
|
Size: 1161
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 2: | Line 2: |
Line 7: | Line 6: |
Extension site: http://labs.freehackers.org/projects/hgactivity/wiki | Web page: http://labs.freehackers.org/projects/hgactivity/wiki Repository: http://sources.freehackers.org/hg.cgi/Hgactivity/ |
Line 16: | Line 17: |
The same, but splitted by author, and displaying tags: | The same, but split by author, and displaying tags: |
Line 19: | Line 20: |
Line 26: | Line 26: |
activity=/path/to/activity.py | activity=/path/to/hgactivity-2.0/activity |
Line 28: | Line 28: |
(with the actual path to your file, of course) |
(with the actual path to the extension, of course) |
Line 32: | Line 31: |
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/hg.cgi/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 :
The same, but split by author, and displaying tags:
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/wiki/hgactivity