Summary
This enum is used by the
ChurnCommand
class to specify what unit of measurement we're going to report in.
- Assembly
- Mercurial
.Net .dll - Namespace
- Mercurial
.Extensions .Churn - Interfaces
-
- IComparable
- IFormattable
- IConvertible
- Base Types
-
- object
- ValueType
- Enum
graph TD
Base0["Enum"]-->Type
Base1["ValueType"]-->Base0
Base2["object"]-->Base1
Interface0["IComparable"]-.->Type
Interface1["IFormattable"]-.->Type
Interface2["IConvertible"]-.->Type
Type["ChurnUnit"]
class Type type-node
Syntax
public enum ChurnUnit
Fields
Name | Constant Value | Summary |
---|---|---|
Changesets | 1 |
The churn command is reporting the number of changesets added by each person.
static
|
Lines | 0 |
The churn command is reporting the number of lines added and removed by each person.
static
|