Skip to content
Snippets Groups Projects
Commit a4483e380c3e authored by Pierre-Yves David's avatar Pierre-Yves David :octopus:
Browse files

revsetbenchmark: add some simpler revset for heads and roots

This revset might leverage compiled code in the future so lets start to track
them.
parent 08481e11462e
No related branches found
No related tags found
No related merge requests found
......@@ -47,3 +47,6 @@
# The one below is used by rebase
(children(ancestor(tip~5, tip)) and ::(tip~5))::
heads(commonancestors(last(head(), 2)))
heads(-10000:-1)
roots(-10000:-1)
only(max(head()), min(head()))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment