Mercurial > hg
comparison tests/test-revset.out @ 11456:88abbb046e66 stable
revset: deal with empty sets in range endpoints
(spotted by Julian Cowley <julian@lava.net>)
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Mon, 28 Jun 2010 11:07:27 -0500 |
parents | 3cc2e34d7a7d |
children | 6b836d5c8c9e |
comparison
equal
deleted
inserted
replaced
11455:3827728b54e2 | 11456:88abbb046e66 |
---|---|
196 8 | 196 8 |
197 % log 'sort(!merge() & (modifies(b) | user(bob) | keyword(bug) | keyword(issue) & 1::9), "-date")' | 197 % log 'sort(!merge() & (modifies(b) | user(bob) | keyword(bug) | keyword(issue) & 1::9), "-date")' |
198 4 | 198 4 |
199 2 | 199 2 |
200 5 | 200 5 |
201 % log 'not 0 and 0:2' | |
202 1 | |
203 2 | |
204 % log 'not 1 and 0:2' | |
205 0 | |
206 2 | |
207 % log 'not 2 and 0:2' | |
208 0 | |
209 1 | |
210 % log '(1 and 2)::' | |
211 % log '(1 and 2):' | |
212 % log '(1 and 2):3' |