MergeJob.

UnresolvedConflicts Property

Summary

Gets a collection of MergeJobConflict objects that are still marked as Unresolved.
Assembly
Mercurial.Net.dll
Namespace
Mercurial
Containing Type
MergeJob

Syntax

public IEnumerable<MergeJobConflict> UnresolvedConflicts { get; }

Remarks

Note that this collection is built from in-memory data, if you're unsure about the current state of the working folder, call Refresh() before retrieving the collection.

Value

Type Description
IEnumerable<T>