contrib/all-revsets.txt
changeset 42205 3267aca2ec7e
parent 41278 41f14e8f335f
child 46819 d4ba4d51f85f
equal deleted inserted replaced
42203:5997eabc7b85 42205:3267aca2ec7e
   152 roots(-10000:-1)
   152 roots(-10000:-1)
   153 (-5000:-1000) and roots(-10000:-1)
   153 (-5000:-1000) and roots(-10000:-1)
   154 roots(matching(tip, "author"))
   154 roots(matching(tip, "author"))
   155 roots(matching(tip, "author")) and -10000:-1
   155 roots(matching(tip, "author")) and -10000:-1
   156 (-10000:-1) and roots(matching(tip, "author"))
   156 (-10000:-1) and roots(matching(tip, "author"))
       
   157 only(max(head()))
       
   158 only(max(head()), min(head()))
       
   159 only(max(head()), limit(head(), 1, 1))