Differences between revisions 5 and 6
Revision 5 as of 2009-05-19 19:31:07
Size: 873
Editor: localhost
Comment: converted to 1.6 markup
Revision 6 as of 2009-05-25 08:41:40
Size: 880
Editor: abuehl
Comment:
Deletions are marked like this. Additions are marked like this.
Line 35: Line 35:
Line 37: Line 36:
CategoryExtension CategoryExtensionsByOthers

Chart

This extension is not distributed with Mercurial.

Author: 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

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)