Show More
@@ -483,7 +483,6 b' test when sorting a reversed collection ' | |||||
483 | 1 |
|
483 | 1 | |
484 | 0 |
|
484 | 0 | |
485 |
|
485 | |||
486 |
|
||||
487 | test when sorting a reversed collection |
|
486 | test when sorting a reversed collection | |
488 |
|
487 | |||
489 | $ log 'sort(reverse(all()), rev)' |
|
488 | $ log 'sort(reverse(all()), rev)' | |
@@ -515,6 +514,20 b' test sorting two sorted collections in d' | |||||
515 | 6 |
|
514 | 6 | |
516 | 2 |
|
515 | 2 | |
517 |
|
516 | |||
|
517 | test substracting something from an addset | |||
|
518 | ||||
|
519 | $ log '(outgoing() or removes(a)) - removes(a)' | |||
|
520 | 8 | |||
|
521 | 9 | |||
|
522 | ||||
|
523 | test intersecting something with an addset | |||
|
524 | ||||
|
525 | $ log 'parents(outgoing() or removes(a))' | |||
|
526 | 1 | |||
|
527 | 4 | |||
|
528 | 5 | |||
|
529 | 8 | |||
|
530 | ||||
518 | check that conversion to _missingancestors works |
|
531 | check that conversion to _missingancestors works | |
519 | $ try --optimize '::3 - ::1' |
|
532 | $ try --optimize '::3 - ::1' | |
520 | (minus |
|
533 | (minus |
General Comments 0
You need to be logged in to leave comments.
Login now