Skip to content
Snippets Groups Projects
Commit 70a42898 authored by Boris Feld's avatar Boris Feld
Browse files

revset: add larger test for heads(ancestors(…))

It is important to not regress on this benchmark so we move it into the "base"
file. And we add another benchmark with more than two revisions.
parent 240ebbd3
Branches
Tags
No related merge requests found
......@@ -138,3 +138,4 @@
# test finding common ancestors
heads(commonancestors(last(head(), 2)))
heads(commonancestors(head()))
......@@ -46,3 +46,4 @@
(20000::) - (20000)
# The one below is used by rebase
(children(ancestor(tip~5, tip)) and ::(tip~5))::
heads(commonancestors(last(head(), 2)))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment