Mercurial > public > mercurial-scm > hg
diff tests/test-bisect.t @ 45875:e641bb2a6159
errors: raise StateError in `hg bisect`
Differential Revision: https://phab.mercurial-scm.org/D9337
author | Martin von Zweigbergk <martinvonz@google.com> |
---|---|
date | Tue, 17 Nov 2020 15:42:42 -0800 |
parents | 8d72e29ad1e0 |
children | 744ea3c4f41b |
line wrap: on
line diff
--- a/tests/test-bisect.t Tue Nov 17 15:37:18 2020 -0800 +++ b/tests/test-bisect.t Tue Nov 17 15:42:42 2020 -0800 @@ -364,7 +364,7 @@ $ hg bisect -r $ hg bisect abort: cannot bisect (no known good revisions) - [255] + [20] reproduce AssertionError, issue1445 @@ -475,7 +475,7 @@ $ hg bisect --command "\"$PYTHON\" \"$TESTTMP/script.py\" and some parameters" changeset 31:58c80a7c8a40: good abort: cannot bisect (no known bad revisions) - [255] + [20] $ hg up -qr 0 $ hg bisect --command "\"$PYTHON\" \"$TESTTMP/script.py\" and some parameters" changeset 0:b99c7b9c8e11: bad @@ -545,7 +545,7 @@ $ hg bisect --command "sh \"$TESTTMP/script.sh\" and some params" changeset 31:58c80a7c8a40: good abort: cannot bisect (no known bad revisions) - [255] + [20] $ hg up -qr 0 $ hg bisect --command "sh \"$TESTTMP/script.sh\" and some params" changeset 0:b99c7b9c8e11: bad