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.
|