Differences between revisions 13 and 14
Revision 13 as of 2011-11-26 00:19:33
Size: 1190
Editor: orzel
Comment:
Revision 14 as of 2015-02-03 01:34:02
Size: 1758
Editor: orzel
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
== Activity extension == = Activity extension =

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

<<TableOfContents>>




== Status ==
Line 6: Line 16:
Repository: http://sources.freehackers.org/Hgactivity/
Line 8: Line 20:
Repository: http://sources.freehackers.org/Hgactivity/
Line 10: Line 21:
=== Overview === == Overview ==
Line 21: Line 33:
=== Configuration === 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: http://labs.freehackers.org/projects/hgactivity/wiki

== Configuration ==
Line 26: Line 45:
activity=/path/to/hgactivity-2.0/activity activity=/path/to/hgactivity/activity
Line 30: Line 49:
=== More information ? ===
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 50:
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

Repository: http://sources.freehackers.org/Hgactivity/

Web page: http://labs.freehackers.org/projects/hgactivity/wiki

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 :

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

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: http://labs.freehackers.org/projects/hgactivity/wiki

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

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