tests/test-revset.t
changeset 22450 95af98616aa7
parent 21925 7142e04b438e
child 22712 093df3b77f27
--- a/tests/test-revset.t	Fri Sep 12 16:21:13 2014 -0700
+++ b/tests/test-revset.t	Fri Sep 12 15:00:51 2014 -0700
@@ -567,10 +567,10 @@
 test intersecting something with an addset
 
   $ log 'parents(outgoing() or removes(a))'
+  8
   1
   4
   5
-  8
 
 check that conversion to only works
   $ try --optimize '::3 - ::1'