Size: 767
Comment:
|
Size: 1161
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 2: | Line 2: |
Line 5: | Line 4: |
''Author: '' [http://www.freehackers.org/thomas Thomas Capricelli] | ''Author: '' [[http://www.freehackers.org/thomas|Thomas Capricelli]] |
Line 7: | Line 6: |
Download site: http://labs.freehackers.org/wiki/hgactivity | Web page: http://labs.freehackers.org/projects/hgactivity/wiki Repository: http://sources.freehackers.org/hg.cgi/Hgactivity/ |
Line 10: | Line 11: |
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 15: |
[http://labs.freehackers.org/attachments/69/activity.png] | {{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}} |
Line 21: | Line 26: |
activity=/path/to/activity.py | activity=/path/to/hgactivity-2.0/activity |
Line 23: | Line 28: |
(with the actual path to the extension, 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 25: | Line 34: |
CategoryExtension | 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/hg.cgi/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 :
The same, but split by author, and displaying tags:
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)
More information ?
Everything you want to know about this extension can be found on the web page: http://labs.freehackers.org/wiki/hgactivity