C# Class Mercurial.Extensions.Churn.ChurnExtension

This class contains logic for the caseguard Mercurial extension.
Mostrar archivo Open project: TargetProcess/Target-Process-Plugins

Public Methods

Method Description
Churn ( this repository, ChurnCommand command = null ) : IEnumerable

Calculates the churn report; a histogram of changes to the repository.

Method Details

Churn() public static method

Calculates the churn report; a histogram of changes to the repository.
/// is null. /// /// The Churn extension is not installed and active. ///
public static Churn ( this repository, ChurnCommand command = null ) : IEnumerable
repository this /// The to calculate the churn report for. ///
command ChurnCommand /// Any extra options to the churn method, or null for default options. ///
return IEnumerable