Differences between revisions 2 and 4 (spanning 2 versions)
Revision 2 as of 2010-06-06 09:34:48
Size: 735
Editor: GeorgBrandl
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
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

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)