Mercurial > hg
changeset 42205:3267aca2ec7e
revsetbenchmark: track some simple use of "only"
The only revset is quite useful and has various possible optimisation. tracking
its timing seems useful.
author | Boris Feld <boris.feld@octobus.net> |
---|---|
date | Thu, 24 Jan 2019 09:03:15 -0500 |
parents | 5997eabc7b85 |
children | bed4c308fc56 |
files | contrib/all-revsets.txt |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/contrib/all-revsets.txt Fri Mar 01 05:56:18 2019 +0530 +++ b/contrib/all-revsets.txt Thu Jan 24 09:03:15 2019 -0500 @@ -154,3 +154,6 @@ roots(matching(tip, "author")) roots(matching(tip, "author")) and -10000:-1 (-10000:-1) and roots(matching(tip, "author")) +only(max(head())) +only(max(head()), min(head())) +only(max(head()), limit(head(), 1, 1))