コード例 #1
0
        public LogInfo[] GetTypeLog(string path, string revision)
        {
            var repositoryPath = new RepositoryPath(this, path);
            var files          = repositoryPath.GetFiles();

            return(this.Repository.GetLog(files, revision));
        }