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