support negation for repohascommitafter
Created by: camdencheek
A customer requested the negation of repohascommitafter to find stale
repositories, and we don't support it. It was a fairly easy add. We
don't yet support negations for predicates, so we can't negate
repo:contains.commit.after(yesterday)
.
Fixes #13310