##// END OF EJS Templates
test-revset: fix test vector for ordering issue of matching()...
Yuya Nishihara -
r29321:de4a80a2 default
parent child Browse files
Show More
@@ -1566,7 +1566,10 b' we can use patterns when searching for t'
1566 0
1566 0
1567 $ log '4::8 - 8'
1567 $ log '4::8 - 8'
1568 4
1568 4
1569 $ log 'matching(1 or 2 or 3) and (2 or 3 or 1)'
1569
1570 matching() should preserve the order of the input set:
1571
1572 $ log '(2 or 3 or 1) and matching(1 or 2 or 3)'
1570 2
1573 2
1571 3
1574 3
1572 1
1575 1
General Comments 0
You need to be logged in to leave comments. Login now