C# 클래스 Mercurial.Extensions.Churn.ChurnExtension

This class contains logic for the caseguard Mercurial extension.
파일 보기 프로젝트 열기: TargetProcess/Target-Process-Plugins

공개 메소드들

메소드 설명
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