Size: 735
Comment:
|
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:
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