ChangesetPathActionType Enum

Summary

This enum is used by ChangesetPathAction to specify the type of action that was performed on the path.
Assembly
Mercurial.Net.dll
Namespace
Mercurial
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["ChangesetPathActionType"] class Type type-node

Syntax

public enum ChangesetPathActionType

Fields

Name Constant Value Summary
Add 0
The path was added in the related changeset.
static
Modify 2
The path was modified in the related changeset.
static
Remove 1
The path was removed in the related changeset.
static