comparison tests/test-revset.out @ 11650:ebaf117c2642 stable

revset: fix ancestor subset handling (issue2298)
author Matt Mackall <mpm@selenic.com>
date Thu, 22 Jul 2010 08:17:38 -0500
parents 6b836d5c8c9e
children ba65d61f3158 b75dea24e296
comparison
equal deleted inserted replaced
11649:48163c39e1f1 11650:ebaf117c2642
91 4 91 4
92 % log 'ancestor(1)' 92 % log 'ancestor(1)'
93 hg: parse error: ancestor wants two arguments 93 hg: parse error: ancestor wants two arguments
94 % log 'ancestor(4,5)' 94 % log 'ancestor(4,5)'
95 1 95 1
96 % log 'ancestor(4,5) and 4'
96 % log 'ancestors(5)' 97 % log 'ancestors(5)'
97 0 98 0
98 1 99 1
99 3 100 3
100 5 101 5