public Modification[] GetModifications(IIntegrationResult from, IIntegrationResult to) { var path = to.BaseFromWorkingDirectory(this.FileName); using (var reader = new StreamReader(path)) { var parser = new IndexFileHistoryParser(); return parser.Parse(reader, from.StartTime, to.StartTime); } }
public Modification[] GetModifications(IIntegrationResult from, IIntegrationResult to) { var path = to.BaseFromWorkingDirectory(this.FileName); using (var reader = new StreamReader(path)) { var parser = new IndexFileHistoryParser(); return(parser.Parse(reader, from.StartTime, to.StartTime)); } }