C# Class Mercurial.Versions.MercurialVersion16

Inheritance: MercurialVersionPre18
Mostrar archivo Open project: TargetProcess/Target-Process-Plugins

Public Methods

Method Description
MergeToolOption ( string tool ) : IEnumerable

This method produces a collection of options and arguments to pass on the command line to specify the merge tool.

Method Details

MergeToolOption() public method

This method produces a collection of options and arguments to pass on the command line to specify the merge tool.
public MergeToolOption ( string tool ) : IEnumerable
tool string /// The merge tool to generate options and arguments for. ///
return IEnumerable