comparison tests/test-revset @ 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
92 log '"date"' 92 log '"date"'
93 log 'date(2005) and 1::' 93 log 'date(2005) and 1::'
94 94
95 log 'ancestor(1)' 95 log 'ancestor(1)'
96 log 'ancestor(4,5)' 96 log 'ancestor(4,5)'
97 log 'ancestor(4,5) and 4'
97 log 'ancestors(5)' 98 log 'ancestors(5)'
98 log 'author(bob)' 99 log 'author(bob)'
99 log 'branch(é)' 100 log 'branch(é)'
100 log 'children(ancestor(4,5))' 101 log 'children(ancestor(4,5))'
101 log 'closed()' 102 log 'closed()'