func (h *historyManager) monotonizeCommitTimestamps(commits []action.CommitMarker) []action.CommitMarker { i := 0 length := len(commits) for i < length-1 { prevTimestamp := commits[i].GetTimestamp() if commits[i].GetVersion() > commits[i+1].GetVersion() { panic("Unordered commits provided.
source not stored for this graph (policy: none)
no outgoing calls