Differences between revisions 3 and 7 (spanning 4 versions)
Revision 3 as of 2009-02-24 10:21:50
Size: 865
Comment: add Requirements section
Revision 7 as of 2011-04-02 20:52:24
Size: 935
Editor: GregWard
Comment: standard link terminology
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
''Author: [http://ry4an.org Ry4an Brase]'' ''Author: [[http://ry4an.org|Ry4an Brase]]''
Line 7: Line 7:
Download site: http://www.bitbucket.org/Ry4an/hg-chart-extension/wiki/ Web page: https://bitbucket.org/Ry4an/hg-chart-extension/wiki/

Repository: https://bitbucket.org/Ry4an/hg-chart-extension/
Line 19: Line 21:
attachment:chart.png {{attachment:chart.png}}
Line 33: Line 35:
Line 34: Line 37:
Line 36: Line 38:
CategoryExtension CategoryExtensionsByOthers

Chart

This extension is not distributed with Mercurial.

Author: Ry4an Brase

Web page: https://bitbucket.org/Ry4an/hg-chart-extension/wiki/

Repository: https://bitbucket.org/Ry4an/hg-chart-extension/

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

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

Requirements

Mercurial >= 1.1

pygooglechart


CategoryExtensionsByOthers

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