Summary
Initializes a new instance of the
MergeJobConflict class.
- Assembly
- Mercurial
.Net .dll - Namespace
- Mercurial
- Containing Type
- MergeJobConflict
Syntax
public MergeJobConflict(MergeJob mergeJob, string path, MergeConflictState state)
Parameters
| Name | Type | Description |
|---|---|---|
| mergeJob | MergeJob |
The MergeJob that manages this MergeJobConflict.
|
| path | string |
The name of the file this MergeJobConflict relates to.
|
| state | MergeConflictState | The initial state of the file. |
Return Value
| Type | Description |
|---|---|
| void |