Differences between revisions 15 and 20 (spanning 5 versions)
Revision 15 as of 2015-02-03 01:45:29
Size: 1777
Editor: orzel
Comment:
Revision 20 as of 2023-03-31 13:17:46
Size: 1754
Editor: orzel
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
Line 9: Line 8:
Line 12: Line 10:
''Author: '' [[http://www.freehackers.org/thomas|Thomas Capricelli]] ''Author: '' [[https://freehackers.org/thomas|Thomas Capricelli]]
Line 14: Line 12:
Repository: http://sources.freehackers.org/Hgactivity/

Web page: http://labs.freehackers.
org/projects/hgactivity/wiki
Web page and repository: https://freehackers.org/orzel/hgactivity
Line 19: Line 15:
Line 24: Line 19:
{{http://labs.freehackers.org/attachments/217/mercurial.global.png}} {{attachment:activity-hg-general.png}}
Line 26: Line 21:
The same, but split by author, and displaying tags: The same, but split by author:
Line 28: Line 23:
{{http://labs.freehackers.org/attachments/218/mercurial.png}} {{attachment:activity-hg-byauthors.png}}

Zoom in on recent history + displaying tags::

{{attachment:activity-hg-recentandtags.png}}
Line 34: Line 33:
All of this is explained on the web page: http://labs.freehackers.org/projects/hgactivity/wiki All of this is explained on the [[https://freehackers.org/orzel/hgactivity|web page]]
Line 37: Line 36:
Line 47: Line 45:
CategoryExtensionsByOthers CategoryExtensionsByOthers CategoryExtensionsByOthers

Activity extension

Try to show how much activity happened on the repository over time.

1. Status

This extension is not distributed with Mercurial.

Author: Thomas Capricelli

Web page and repository: https://freehackers.org/orzel/hgactivity

2. 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 :

activity-hg-general.png

The same, but split by author:

activity-hg-byauthors.png

Zoom in on recent history + displaying tags::

activity-hg-recentandtags.png

The extension can be used on desktop (displaying the image) or on server (headless, creating the image file).

There are quite some options to change the display, setting the date range, exluding some revs and such. You can of course use the usual --help approach, but you can also play with the gui : when you change options, the corresponding CLI command is displayed for your convenience. The typical use is to configure what you want on your desktop using the mouse, and then copy/paste the command line on your server cron or whatever.

All of this is explained on the web page

3. Configuration

Configure your .hgrc to enable the extension by adding following lines:

[extensions]
activity=/path/to/hgactivity/activity

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


CategoryExtensionsByOthers CategoryExtensionsByOthers

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