contrib/base-revsets.txt
changeset 51606 55e7784eb3bc
parent 46819 d4ba4d51f85f
equal deleted inserted replaced
51605:e4b9f8a74d5f 51606:55e7784eb3bc
    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(olivia)
    28 author("pierre-yves")
    29 author(lmoscovicz) or author(olivia)
    29 author(lmoscovicz) or author("pierre-yves")
    30 author(olivia) or author(lmoscovicz)
    30 author("pierre-yves") 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))