MergeConflict.

MergeConflict(string, MergeConflictState) Constructor

Summary

Initializes a new instance of the MergeConflict class.
Assembly
Mercurial.Net.dll
Namespace
Mercurial
Containing Type
MergeConflict

Syntax

public MergeConflict(string path, MergeConflictState state)

Parameters

Name Type Description
path string The path to the file that had a merge conflict.
state MergeConflictState The current state of the file.

Return Value

Type Description
void