# HG changeset patch # User Anton Shestakov # Date 1606372000 -28800 # Node ID b0a103e08d89af0139ac2d6424c0f04ff106ae7e # Parent 2cd39f4731af78b10e5e45a362152815ee074fa3 tests: update with more detailed exit codes CORE-TEST-OUTPUT-UPDATE: ac362d5a7893 diff -r 2cd39f4731af -r b0a103e08d89 tests/test-split.t --- a/tests/test-split.t Thu Nov 26 09:56:26 2020 +0800 +++ b/tests/test-split.t Thu Nov 26 14:26:40 2020 +0800 @@ -382,7 +382,7 @@ (enter ? for help) [Ynesfdaq?] q abort: user quit - [255] + [250] Running split with tip revision, specified as unnamed argument $ hg split --rev . << EOF @@ -396,7 +396,7 @@ (enter ? for help) [Ynesfdaq?] q abort: user quit - [255] + [250] Running split with both unnamed and named revision arguments shows an error msg $ hg split --rev . --rev .^ << EOF @@ -648,7 +648,7 @@ (enter ? for help) [Ynesfdaq?] q abort: user quit - [255] + [250] $ hg branch another-branch diff -r 2cd39f4731af -r b0a103e08d89 tests/test-uncommit-interactive.t --- a/tests/test-uncommit-interactive.t Thu Nov 26 09:56:26 2020 +0800 +++ b/tests/test-uncommit-interactive.t Thu Nov 26 14:26:40 2020 +0800 @@ -45,7 +45,7 @@ (enter ? for help) [Ynesfdaq?] q abort: user quit - [255] + [250] $ hg status Make a commit with multiple hunks