コード例 #1
0
 protected override Revision[] OnGetHistory(FilePath localFile, Revision since)
 {
     if (null == LocalBasePath)
     {
         LocalBasePath = GetLocalBasePath(localFile.FullPath);
     }
     return(Bazaar.GetHistory(this, localFile.FullPath, since));
 }