Differences between revisions 6 and 7
Revision 6 as of 2009-04-28 19:02:21
Size: 878
Editor: JustinRovang
Comment:
Revision 7 as of 2009-05-19 19:30:56
Size: 878
Editor: localhost
Comment: converted to 1.6 markup
No differences found!

Churn extension

This extension is currently being distributed along with Mercurial.

Author: Josef "Jeff" Sipek

Overview

This extension creates a graph showing the number of line changes per user for a given repository or file.

It adds the churn command.

Configuration

Just add a new entry in the extensions section of the mercurial configuration file (hgrc):

[extensions]
hgext.churn=
#or, if churn.py is not in the hgext dir:
#churn=/path/to/churn.py

An aliases map file can be provided to convert recorded emails to any other desired content. The aliases file has one alias per line in the following format: <alias email> <actual email>

Usage

hg churn [-r revision range] [-a file] [--progress]

Example:

hg churn -r 200:300 -a test.py


CategoryExtension

ChurnExtension (last edited 2020-09-26 08:27:08 by aayjaychan)