Summary
This method produces a collection of options and arguments to pass on the command line
to specify the merge tool.
- Assembly
- Mercurial
.Net .dll - Namespace
- Mercurial
.Versions - Containing Type
- MercurialVersion16
Syntax
public override IEnumerable<string> MergeToolOption(string tool)
Parameters
| Name | Type | Description |
|---|---|---|
| tool | string | The merge tool to generate options and arguments for. |
Return Value
| Type | Description |
|---|---|
| IEnumerable |
A collection of options and arguments to pass on the command line. |