contrib/base-revsets.txt
changeset 38712 70a4289896b0
parent 25609 67a2192dcb64
child 42140 a4483e380c3e
equal deleted inserted replaced
38711:240ebbd328e0 38712:70a4289896b0
    44 (_intlist('20000\x0020001')) and merge()
    44 (_intlist('20000\x0020001')) and merge()
    45 parents(20000)
    45 parents(20000)
    46 (20000::) - (20000)
    46 (20000::) - (20000)
    47 # The one below is used by rebase
    47 # The one below is used by rebase
    48 (children(ancestor(tip~5, tip)) and ::(tip~5))::
    48 (children(ancestor(tip~5, tip)) and ::(tip~5))::
       
    49 heads(commonancestors(last(head(), 2)))