C# 클래스 HgLib.TortoiseHg

파일 보기 프로젝트 열기: HexWrench/VisualHG2015

공개 메소드들

메소드 설명
ShowAddWindow ( string files ) : void
ShowCommitWindow ( string directory ) : Process
ShowCommitWindow ( string files ) : void
ShowCreateRepositoryWindow ( string directory ) : Process
ShowHistoryWindow ( string fileName ) : void
ShowRepositorySettingsWindow ( string directory ) : Process
ShowRevertWindow ( string files ) : void
ShowShelveWindow ( string directory ) : Process
ShowStatusWindow ( string directory ) : Process
ShowSynchronizeWindow ( string directory ) : Process
ShowUpdateWindow ( string directory ) : Process
ShowUserSettingsWindow ( string directory ) : Process
ShowWorkbenchWindow ( string directory ) : Process

비공개 메소드들

메소드 설명
CreateListFile ( string listFileName, IEnumerable files ) : void
DeleteListFile ( string groupListFile ) : void
Start ( string args, string workingDirectory ) : Process
Start ( string command, string root, IEnumerable files ) : void
StartForEachRoot ( string command, string files ) : void
TortoiseHg ( ) : System

메소드 상세

ShowAddWindow() 공개 정적인 메소드

public static ShowAddWindow ( string files ) : void
files string
리턴 void

ShowCommitWindow() 공개 정적인 메소드

public static ShowCommitWindow ( string directory ) : Process
directory string
리턴 System.Diagnostics.Process

ShowCommitWindow() 공개 정적인 메소드

public static ShowCommitWindow ( string files ) : void
files string
리턴 void

ShowCreateRepositoryWindow() 공개 정적인 메소드

public static ShowCreateRepositoryWindow ( string directory ) : Process
directory string
리턴 System.Diagnostics.Process

ShowHistoryWindow() 공개 정적인 메소드

public static ShowHistoryWindow ( string fileName ) : void
fileName string
리턴 void

ShowRepositorySettingsWindow() 공개 정적인 메소드

public static ShowRepositorySettingsWindow ( string directory ) : Process
directory string
리턴 System.Diagnostics.Process

ShowRevertWindow() 공개 정적인 메소드

public static ShowRevertWindow ( string files ) : void
files string
리턴 void

ShowShelveWindow() 공개 정적인 메소드

public static ShowShelveWindow ( string directory ) : Process
directory string
리턴 System.Diagnostics.Process

ShowStatusWindow() 공개 정적인 메소드

public static ShowStatusWindow ( string directory ) : Process
directory string
리턴 System.Diagnostics.Process

ShowSynchronizeWindow() 공개 정적인 메소드

public static ShowSynchronizeWindow ( string directory ) : Process
directory string
리턴 System.Diagnostics.Process

ShowUpdateWindow() 공개 정적인 메소드

public static ShowUpdateWindow ( string directory ) : Process
directory string
리턴 System.Diagnostics.Process

ShowUserSettingsWindow() 공개 정적인 메소드

public static ShowUserSettingsWindow ( string directory ) : Process
directory string
리턴 System.Diagnostics.Process

ShowWorkbenchWindow() 공개 정적인 메소드

public static ShowWorkbenchWindow ( string directory ) : Process
directory string
리턴 System.Diagnostics.Process