Example #1
0
 public virtual Dictionary <string, BranchType> GetKnownBranches(FilePath localPath)
 {
     return(Bazaar.GetKnownBranches(localPath.FullPath));
 }