comparison tests/test-revset.out @ 11708:ba65d61f3158

revset: add min function
author Nicolas Dumazet <nicdumz.commits@gmail.com>
date Fri, 30 Jul 2010 10:07:46 +0900
parents ebaf117c2642
children 73112cb2a6d7
comparison
equal deleted inserted replaced
11706:5fdf08b6b50c 11708:ba65d61f3158
150 6 150 6
151 % log 'limit(head(), 1)' 151 % log 'limit(head(), 1)'
152 0 152 0
153 % log 'max(contains(a))' 153 % log 'max(contains(a))'
154 5 154 5
155 % log 'min(contains(a))'
156 0
155 % log 'merge()' 157 % log 'merge()'
156 6 158 6
157 % log 'modifies(b)' 159 % log 'modifies(b)'
158 4 160 4
159 % log 'p1(merge())' 161 % log 'p1(merge())'