C# 클래스 Mercurial.Versions.MercurialVersion16

상속: MercurialVersionPre18
파일 보기 프로젝트 열기: TargetProcess/Target-Process-Plugins

공개 메소드들

메소드 설명
MergeToolOption ( string tool ) : IEnumerable

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

메소드 상세

MergeToolOption() 공개 메소드

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. ///
리턴 IEnumerable