contrib/base-revsets.txt
changeset 46819 d4ba4d51f85f
parent 42140 a4483e380c3e
child 51606 55e7784eb3bc
equal deleted inserted replaced
46818:1977495dbbe2 46819:d4ba4d51f85f
    23 draft() and ::tip
    23 draft() and ::tip
    24 ::tip and draft()
    24 ::tip and draft()
    25 0::tip
    25 0::tip
    26 roots(0::tip)
    26 roots(0::tip)
    27 author(lmoscovicz)
    27 author(lmoscovicz)
    28 author(mpm)
    28 author(olivia)
    29 author(lmoscovicz) or author(mpm)
    29 author(lmoscovicz) or author(olivia)
    30 author(mpm) or author(lmoscovicz)
    30 author(olivia) or author(lmoscovicz)
    31 tip:0
    31 tip:0
    32 0::
    32 0::
    33 # those two `roots(...)` inputs are close to what phase movement use.
    33 # those two `roots(...)` inputs are close to what phase movement use.
    34 roots((tip~100::) - (tip~100::tip))
    34 roots((tip~100::) - (tip~100::tip))
    35 roots((0::) - (0::tip))
    35 roots((0::) - (0::tip))