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

revset-benchmark: use a generic revset to test `heads(commonancestors())`

This allow to benchmark revset performance in other repositories than just
the mercurial one.
parent 4ac3c207
No related branches found
No related tags found
No related merge requests found
......@@ -137,4 +137,4 @@
secret()
# test finding common ancestors
heads(commonancestors(46879 + ae7f))
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