Differences between revisions 2 and 3
Revision 2 as of 2010-06-06 09:34:48
Size: 735
Editor: GeorgBrandl
Comment:
Revision 3 as of 2010-06-06 11:26:43
Size: 736
Comment:
Deletions are marked like this. Additions are marked like this.
Line 18: Line 18:
For drawing, either PyQt4 or matplotlib can be used. For drawing, either !PyQt4 or matplotlib can be used.

Punchcard Extension

This extension is not distributed with Mercurial.

Author: Georg Brandl

Download site: 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)