Method | Description | |
---|---|---|
Deserialize ( string path, |
||
GetTrackRoot ( |
||
IsTrackingVcsPath ( string vcsPath ) : bool | ||
TrackBranch ( ) : System | ||
TrackBranch ( string branchName, string historyPath, string repoRoot, IEnumerable |
Method | Description | |
---|---|---|
CalcTrackItems ( |
||
ProcessTrackItems ( IList |
public static Deserialize ( string path, |
||
path | string | |
vcsWrapper | ||
return | IList |
public GetTrackRoot ( |
||
trackItem | ||
return | string |
public IsTrackingVcsPath ( string vcsPath ) : bool | ||
vcsPath | string | |
return | bool |
public TrackBranch ( string branchName, string historyPath, string repoRoot, IEnumerable |
||
branchName | string | |
historyPath | string | |
repoRoot | string | |
trackItems | IEnumerable |
|
return | System |