tests/test-revset.t
changeset 29139 64c1955a0461
parent 29059 8eba4cdcfd81
child 29264 22625884b15c
--- a/tests/test-revset.t	Thu May 05 09:26:09 2016 +0000
+++ b/tests/test-revset.t	Tue May 03 12:36:44 2016 +0900
@@ -898,6 +898,16 @@
   $ log 'tag(tip)'
   9
 
+Test order of revisions in compound expression
+----------------------------------------------
+
+ 'A & B' should follow the order of 'A':
+
+  $ log '2:0 & 0::2'
+  2
+  1
+  0
+
 test sort revset
 --------------------------------------------