Example #1
0
 DiffInfo[] DiffLoader(FilePath path)
 {
     return(repo.GetPushDiff(remoteCombo.ActiveText, branchCombo.ActiveText));
 }