Show More
@@ -139,3 +139,11 b' secret()' | |||||
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())) |
|
141 | heads(commonancestors(head())) | |
|
142 | ||||
|
143 | # more heads testing | |||
|
144 | heads(all()) | |||
|
145 | heads(-10000:-1) | |||
|
146 | (-5000:-1000) and heads(-10000:-1) | |||
|
147 | heads(matching(tip, "author")) | |||
|
148 | heads(matching(tip, "author")) and -10000:-1 | |||
|
149 | (-10000:-1) and heads(matching(tip, "author")) |
General Comments 0
You need to be logged in to leave comments.
Login now