Summary
This enum is used by
ResolveCommand.Action to specify
which action to take on the files selected.
- 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["ResolveAction"]
class Type type-node
Syntax
public enum ResolveAction
Fields
| Name | Constant Value | Summary |
|---|---|---|
| List | 3 |
List the resolution status of the selected files.
static
|
| MarkResolved | 0 |
Mark the selected files as resolved.
static
|
| MarkUnresolved | 1 |
Mark the selected files as unresolved.
static
|
| RedoMerge | 2 |
Attempt to redo the merge operation.
static
|