ChurnExtension Class

Summary

This class contains logic for the caseguard Mercurial extension.
Assembly
Mercurial.Net.dll
Namespace
Mercurial.Extensions.Churn
Base Types
  • object
graph TD Base0["object"]-->Type Type["ChurnExtension"] class Type type-node

Syntax

public static class ChurnExtension

Properties

Name Value Summary
IsInstalled bool
Gets a value indicating whether the caseguard extension is installed and active.
static

Methods

Name Value Summary
Churn(Repository, ChurnCommand) IEnumerable<T>
Calculates the churn report; a histogram of changes to the repository.
static