##// END OF EJS Templates
revset-benchmark: use a generic revset to test `heads(commonancestors())`...
Boris Feld -
r38733:240ebbd3 default
parent child Browse files
Show More
@@ -137,4 +137,4 b' draft()'
137 secret()
137 secret()
138
138
139 # test finding common ancestors
139 # test finding common ancestors
140 heads(commonancestors(46879 + ae7f))
140 heads(commonancestors(last(head(), 2)))
General Comments 0
You need to be logged in to leave comments. Login now