Differences between revisions 3 and 4
Revision 3 as of 2010-06-06 11:26:43
Size: 736
Comment:
Revision 4 as of 2012-02-15 22:34:12
Size: 733
Editor: ks3095497
Comment: Download location is a repository.
Deletions are marked like this. Additions are marked like this.
Line 7: Line 7:
Download site: http://bitbucket.org/birkenfeld/hgpunchcard Repository: http://bitbucket.org/birkenfeld/hgpunchcard

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)