Punchcard Extension

This extension is not distributed with Mercurial.

Author: Georg Brandl

Repository: http://bitbucket.org/birkenfeld/hgpunchcard

Overview

This extension creates a "punch card" graph of your repository similar to that offered by github. It shows the relative frequency of commits at each hour for each day of the week. Example:

punchcard.png

It adds a new command, hg punchcard [OPTIONS].

For drawing, either PyQt4 or matplotlib can be used.

Configuration

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

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


CategoryExtensionsByOthers

PunchcardExtension (last edited 2012-02-15 22:34:12 by ks3095497)