ZocBuild.Database.ScriptRepositories.DvcsScriptRepositoryBase.GetDiffedFilesAsync C# (CSharp) Method

GetDiffedFilesAsync() protected abstract method

Gets the files that have changed between the revision specified by SourceChangeset and the current HEAD.
protected abstract GetDiffedFilesAsync ( ) : Task>
return Task>
        protected abstract Task<ICollection<FileInfoBase>> GetDiffedFilesAsync();