Skip to content
Snippets Groups Projects
Commit d7cedb32a8ab authored by Pierre-Yves David's avatar Pierre-Yves David
Browse files

test-import.t: use proper revset order

This test, written after 3.0, is relying on addset being enforced ascending if
both side are ascending. We are about to restore the ordering to 2.9 behavior
(elements are ordered in the order they are specified). We fix the test before
fixing the order.
parent 88e8a18329d3
No related branches found
No related tags found
No related merge requests found
......@@ -1428,7 +1428,7 @@
$ echo 'B' > b # just to make another commit
$ hg commit -m "a new base"
created new head
$ hg export --rev 'desc("extended jungle") + desc("four")' | hg import --partial -
$ hg export --rev 'desc("four") + desc("extended jungle")' | hg import --partial -
applying patch from stdin
patching file a
Hunk #1 FAILED at 0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment