tests/test-revset
branchstable
changeset 11456 88abbb046e66
parent 11419 3cc2e34d7a7d
child 11467 6b836d5c8c9e
--- a/tests/test-revset	Sun Jun 27 18:20:49 2010 -0500
+++ b/tests/test-revset	Mon Jun 28 11:07:27 2010 -0500
@@ -126,3 +126,10 @@
 log '4:8'
 
 log 'sort(!merge() & (modifies(b) | user(bob) | keyword(bug) | keyword(issue) & 1::9), "-date")'
+
+log 'not 0 and 0:2'
+log 'not 1 and 0:2'
+log 'not 2 and 0:2'
+log '(1 and 2)::'
+log '(1 and 2):'
+log '(1 and 2):3'