contrib/revsetbenchmarks.txt
branchstable
changeset 25855 96a38d44ba09
parent 25745 501c51d60792
parent 25854 eabba9c75061
child 25856 98a852a44673
equal deleted inserted replaced
25745:501c51d60792 25855:96a38d44ba09
     1 all()
       
     2 draft()
       
     3 ::tip
       
     4 draft() and ::tip
       
     5 ::tip and draft()
       
     6 0::tip
       
     7 roots(0::tip)
       
     8 author(lmoscovicz)
       
     9 author(mpm)
       
    10 author(lmoscovicz) or author(mpm)
       
    11 author(mpm) or author(lmoscovicz)
       
    12 tip:0
       
    13 max(tip:0)
       
    14 min(0:tip)
       
    15 0::
       
    16 min(0::)
       
    17 # those two `roots(...)` inputs are close to what phase movement use.
       
    18 roots((tip~100::) - (tip~100::tip))
       
    19 roots((0::) - (0::tip))
       
    20 ::p1(p1(tip))::
       
    21 public()
       
    22 :10000 and public()
       
    23 draft()
       
    24 :10000 and draft()
       
    25 max(::(tip~20) - obsolete())
       
    26 roots((0:tip)::)
       
    27 (not public() - obsolete())
       
    28 (_intlist('20000\x0020001')) and merge()
       
    29 parents(20000)
       
    30 (20000::) - (20000)
       
    31 # The one below is used by rebase
       
    32 (children(ancestor(tip~5, tip)) and ::(tip~5))::