tests/test-revset.t
changeset 20613 10433163bf57
parent 20499 2efd608473fb
child 20717 da3124178fbb
--- a/tests/test-revset.t	Thu Feb 06 17:42:08 2014 -0800
+++ b/tests/test-revset.t	Sat Nov 16 08:57:08 2013 -0800
@@ -367,6 +367,22 @@
   4
   $ log 'id(5)'
   2
+  $ log 'only(9)'
+  8
+  9
+  $ log 'only(8)'
+  8
+  $ log 'only(9, 5)'
+  2
+  4
+  8
+  9
+  $ log 'only(7 + 9, 5 + 2)'
+  4
+  6
+  7
+  8
+  9
   $ log 'outgoing()'
   8
   9