##// END OF EJS Templates
revsetbenchmark: add more example for roots usages...
Boris Feld -
r41314:41f14e8f default
parent child Browse files
Show More
@@ -147,3 +147,10 b' heads(-10000:-1)'
147 heads(matching(tip, "author"))
147 heads(matching(tip, "author"))
148 heads(matching(tip, "author")) and -10000:-1
148 heads(matching(tip, "author")) and -10000:-1
149 (-10000:-1) and heads(matching(tip, "author"))
149 (-10000:-1) and heads(matching(tip, "author"))
150 # more roots testing
151 roots(all())
152 roots(-10000:-1)
153 (-5000:-1000) and roots(-10000:-1)
154 roots(matching(tip, "author"))
155 roots(matching(tip, "author")) and -10000:-1
156 (-10000:-1) and roots(matching(tip, "author"))
General Comments 0
You need to be logged in to leave comments. Login now