tests/test-revset.out
branchstable
changeset 11456 88abbb046e66
parent 11419 3cc2e34d7a7d
child 11467 6b836d5c8c9e
--- 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'