Repository.

StartMerge(MergeCommand) Method

Summary

Starts a controlled merge, using the MergeJob helper class to control the process.
Assembly
Mercurial.Net.dll
Namespace
Mercurial
Containing Type
Repository

Syntax

public MergeJob StartMerge(MergeCommand command = null)

Remarks

This method will override the MergeTool property to avoid any merge tools from firing at this point.

Parameters

Name Type Description
command MergeCommand Any extra options to the initial merge method, or null for default options.

Return Value

Type Description
MergeJob A new MergeJob instance used to control the merge.