Summary
Calculates the churn report; a histogram of changes to the repository.
- Assembly
- Mercurial
.Net .dll - Namespace
- Mercurial
.Extensions .Churn - Containing Type
- ChurnExtension
Syntax
public static IEnumerable<ChurnGroup> Churn(this Repository repository, ChurnCommand command = null)
Parameters
Name | Type | Description |
---|---|---|
repository | Repository |
The Repository to calculate the churn report for.
|
command | ChurnCommand |
Any extra options to the churn method, or null for default options.
|
Return Value
Type | Description |
---|---|
IEnumerable |
A collection of ChurnGroup instances.
|