Mercurial > evolve
diff tests/test-fixup.t @ 6194:1e7190adffca
fixup: use compat.InputError for invalid user input
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Sun, 06 Mar 2022 17:46:33 +0300 |
parents | cd07d6bd4e2a |
children | 9e0aa8929206 |
line wrap: on
line diff
--- a/tests/test-fixup.t Mon Mar 07 13:33:57 2022 +0300 +++ b/tests/test-fixup.t Sun Mar 06 17:46:33 2022 +0300 @@ -307,15 +307,15 @@ $ hg fixup tip --abort abort: cannot specify a revision with --abort - [255] + [10] $ hg fixup -r tip --continue abort: cannot specify a revision with --continue - [255] + [10] $ hg fixup abort: please specify a revision to fixup - [255] + [10] $ hg fixup tip nothing changed @@ -342,7 +342,7 @@ $ hg fixup :10 -r 5 abort: please specify just one revision - [255] + [10] $ cd ..