Mercurial > evolve
changeset 5875:7e2d3952a730 stable
tests: update more exit codes in case conflicting changes
CORE-TEST-OUTPUT-UPDATE: dc00324e80f4
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Thu, 04 Feb 2021 19:23:45 +0800 |
parents | 1682b388be13 |
children | 5b804fec43be |
files | tests/test-prev-next.t |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/tests/test-prev-next.t Thu Feb 04 19:21:28 2021 +0800 +++ b/tests/test-prev-next.t Thu Feb 04 19:23:45 2021 +0800 @@ -431,7 +431,7 @@ $ hg prev abort: conflicting changes (do you want --merge?) - [255] + [20] $ echo hi > bar $ hg prev @@ -443,7 +443,7 @@ $ hg next abort: conflicting changes (do you want --merge?) - [255] + [20] Test that --merge still works fine with commands.update.check set @@ -454,7 +454,7 @@ $ hg next abort: conflicting changes (do you want --merge?) - [255] + [20] $ hg next --merge merging bar warning: conflicts while merging bar! (edit, then use 'hg resolve --mark')