Mercurial > hg-stable
diff tests/test-rebase-brute-force.t @ 33810:19f495fef0a3
rebase: change "result would have 3 parent" error message (BC)
The old error message "cannot use revision REV as base, result would have 3
parents" is confusing - why use REV as base? why add a new parent?.
This patch changes it to "cannot move parent", which seems better.
Differential Revision: https://phab.mercurial-scm.org/D342
author | Jun Wu <quark@fb.com> |
---|---|
date | Sat, 12 Aug 2017 21:01:06 -0700 |
parents | 0975506120fb |
children | 1644623ab096 |
line wrap: on
line diff
--- a/tests/test-rebase-brute-force.t Mon Aug 14 07:02:38 2017 -0700 +++ b/tests/test-rebase-brute-force.t Sat Aug 12 21:01:06 2017 -0700 @@ -23,7 +23,7 @@ A: A':Z B: B':Z AB: A':Z B':Z - C: ABORT: cannot use revision 3 as base, result would have 3 parents + C: ABORT: cannot rebase 3:a35c07e8a2a4 without moving at least one of its parents AC: A':Z C':A'B BC: B':Z C':B'A ABC: A':Z B':Z C':A'B' @@ -31,7 +31,7 @@ AD: A':Z D':Z BD: B':Z D':B' ABD: A':Z B':Z D':B' - CD: ABORT: cannot use revision 3 as base, result would have 3 parents + CD: ABORT: cannot rebase 3:a35c07e8a2a4 without moving at least one of its parents ACD: A':Z C':A'B D':Z BCD: B':Z C':B'A D':B' ABCD: A':Z B':Z C':A'B' D':B' @@ -49,7 +49,7 @@ B: B':Z A: BA: B':Z - C: ABORT: cannot use revision 3 as base, result would have 3 parents + C: ABORT: cannot rebase 3:b8d7149b562b without moving at least one of its parents BC: B':Z C':B'A AC: BAC: B':Z C':B'A