Differences between revisions 1 and 2
Revision 1 as of 2008-10-31 18:57:12
Size: 811
Editor: Ry4anBrase
Comment:
Revision 2 as of 2009-02-24 09:53:52
Size: 808
Comment: s/activity=/chart=/ in Configuration section
Deletions are marked like this. Additions are marked like this.
Line 28: Line 28:
activity=/path/to/chart.py chart=/path/to/chart.py

Chart

This extension is not distributed with Mercurial.

Author: [http://ry4an.org Ry4an Brase]

Download site: http://www.bitbucket.org/Ry4an/hg-chart-extension/wiki/

Overview

Use google charts API to produce visualizations of changesets

This extension adds the ability to create URLs for fetching repository activity gphs showing number-of-lines-changed or number-of-changesets for specified revision ranges or date ranges.

See also: ActivityExtension

Sample Output

attachment:chart.png

Shows number of lines of code changed for Mercurial Crew by day in October, 2008.

Configuration

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

[extensions]
chart=/path/to/chart.py


CategoryExtension

ChartExtension (last edited 2011-04-02 20:52:24 by GregWard)