MergeJob.

CancelMerge() Method

Summary

Cancels the merge by updating back to the initial parent.
Assembly
Mercurial.Net.dll
Namespace
Mercurial
Containing Type
MergeJob

Syntax

public void CancelMerge()

Remarks

WARNING! This will revert and undo any local changes in the working directory.

Return Value

Type Description
void