##// END OF EJS Templates
revset: add larger test for heads(ancestors(…))...
Boris Feld -
r38734:70a42898 default
parent child Browse files
Show More
@@ -138,3 +138,4 b' secret()'
138
138
139 # test finding common ancestors
139 # test finding common ancestors
140 heads(commonancestors(last(head(), 2)))
140 heads(commonancestors(last(head(), 2)))
141 heads(commonancestors(head()))
@@ -46,3 +46,4 b' parents(20000)'
46 (20000::) - (20000)
46 (20000::) - (20000)
47 # The one below is used by rebase
47 # The one below is used by rebase
48 (children(ancestor(tip~5, tip)) and ::(tip~5))::
48 (children(ancestor(tip~5, tip)) and ::(tip~5))::
49 heads(commonancestors(last(head(), 2)))
General Comments 0
You need to be logged in to leave comments. Login now