C# Class Mercurial.Versions.MercurialVersion16

Inheritance: MercurialVersionPre18
Afficher le fichier Open project: TargetProcess/Target-Process-Plugins

Méthodes publiques

Méthode 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 méthode

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. ///
Résultat IEnumerable