diff 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
line wrap: on
line diff
--- a/tests/test-revset.out	Sun Jun 27 18:20:49 2010 -0500
+++ b/tests/test-revset.out	Mon Jun 28 11:07:27 2010 -0500
@@ -198,3 +198,15 @@
 4
 2
 5
+% log 'not 0 and 0:2'
+1
+2
+% log 'not 1 and 0:2'
+0
+2
+% log 'not 2 and 0:2'
+0
+1
+% log '(1 and 2)::'
+% log '(1 and 2):'
+% log '(1 and 2):3'