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