# HG changeset patch # User Anton Shestakov # Date 1638517609 -10800 # Node ID 442771901e01227f264e9e919756bae52b822f60 # Parent ff19717f985efccf081ffe82e2d2f7a8d2c6029d tests: update exit codes for dealing with RepoLookupError CORE-TEST-OUTPUT-UPDATE: 8c4881c07f57 diff -r ff19717f985e -r 442771901e01 tests/test-fold.t --- a/tests/test-fold.t Thu Nov 18 17:40:48 2021 +0300 +++ b/tests/test-fold.t Fri Dec 03 10:46:49 2021 +0300 @@ -146,7 +146,7 @@ $ hg fold --from 6 # want to run hg fold 6 abort: hidden revision '6' was rewritten as: 198b5c405d01 (use --hidden to access hidden revisions) - [255] + [10] $ hg log -G @ 11 - 198b5c405d01 r5 [debugbuilddag] (draft) bm1 diff -r ff19717f985e -r 442771901e01 tests/test-topic-push.t --- a/tests/test-topic-push.t Thu Nov 18 17:40:48 2021 +0300 +++ b/tests/test-topic-push.t Fri Dec 03 10:46:49 2021 +0300 @@ -211,10 +211,10 @@ $ hg outgoing draft --topic nonexistent abort: topic 'nonexistent' does not exist - [255] + [10] $ hg push draft --topic nonexistent abort: topic 'nonexistent' does not exist - [255] + [10] $ hg up babar switching to topic babar diff -r ff19717f985e -r 442771901e01 tests/test-topic.t --- a/tests/test-topic.t Thu Nov 18 17:40:48 2021 +0300 +++ b/tests/test-topic.t Fri Dec 03 10:46:49 2021 +0300 @@ -645,7 +645,7 @@ $ hg pull ../pinky -r narf pulling from ../pinky abort: unknown revision 'narf' - [255] + [10] $ hg pull ../pinky -r default pulling from ../pinky searching for changes