ChurnGroup.

ChurnGroup(string, int) Constructor

Summary

Initializes a new instance of the ChurnGroup class.
Assembly
Mercurial.Net.dll
Namespace
Mercurial.Extensions.Churn
Containing Type
ChurnGroup

Syntax

public ChurnGroup(string groupName, int addedChangesets)

Parameters

Name Type Description
groupName string The name of the group we're reporting for.
addedChangesets int The number of changesets committed by the group we're reporting for.

Return Value

Type Description
void