ChurnGroup Class

Summary

This class is returned by the ChurnCommand.
Assembly
Mercurial.Net.dll
Namespace
Mercurial.Extensions.Churn
Base Types
  • object
graph TD Base0["object"]-->Type Type["ChurnGroup"] class Type type-node

Syntax

public sealed class ChurnGroup

Constructors

Name Summary
ChurnGroup(string, int) Initializes a new instance of the ChurnGroup class.
ChurnGroup(string, int, int) Initializes a new instance of the ChurnGroup class.

Properties

Name Value Summary
Additions int
Gets the number of lines or changesets (see Unit) added by the GroupName we're reporting for.
GroupName string
Gets the name of the group we're reporting for.
Removals int
Gets the number of lines removed by the GroupName we're reporting for.
Total int
Gets the number of changes (lines or changesets, see Unit) reported for the GroupName we're reporting for.
Unit ChurnUnit
Gets the ChurnUnit we're reporting in.