internal RevertResult(RevertStatus status, Commit commit = null) { Commit = commit; Status = status; }