C# Класс Mercurial.Extensions.Churn.ChurnExtension

This class contains logic for the caseguard Mercurial extension.
Показать файл Открыть проект

Открытые методы

Метод Описание
Churn ( this repository, ChurnCommand command = null ) : IEnumerable

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

Описание методов

Churn() публичный статический Метод

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. ///
Результат IEnumerable