C# Class HgLib.Repository.HgRootDictionary

显示文件 Open project: HexWrench/VisualHG2015

Public Methods

Method Description
Clear ( ) : void
GetBranch ( string path ) : string
HgRootDictionary ( ) : System
Update ( string root ) : void

Method Details

Clear() public method

public Clear ( ) : void
return void

GetBranch() public method

public GetBranch ( string path ) : string
path string
return string

HgRootDictionary() public method

public HgRootDictionary ( ) : System
return System

Update() public method

public Update ( string root ) : void
root string
return void