# HG changeset patch # User Pierre-Yves David <pierre-yves.david@fb.com> # Date 1412854804 25200 # Thu Oct 09 04:40:04 2014 -0700 # Node ID d7cedb32a8abe819eb8dba925a5d7368ef446bb6 # Parent 88e8a18329d300c56c41e15c25c8aaa9a7d117a2 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. diff --git a/tests/test-import.t b/tests/test-import.t --- a/tests/test-import.t +++ b/tests/test-import.t @@ -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