##// END OF EJS Templates
revsetbenchmark: add entry for ::rev::...
Gregory Szorc -
r20861:c2a81aa1 default
parent child Browse files
Show More
@@ -1,14 +1,15 b''
1 1 all()
2 2 draft()
3 3 ::tip
4 4 draft() and ::tip
5 5 0::tip
6 6 roots(0::tip)
7 7 author(lmoscovicz)
8 8 author(mpm)
9 9 author(lmoscovicz) or author(mpm)
10 10 tip:0
11 11 max(tip:0)
12 12 min(0:tip)
13 13 0::
14 14 min(0::)
15 ::p1(p1(tip))::
General Comments 0
You need to be logged in to leave comments. Login now