Mercurial > public > mercurial-scm > hg
diff tests/test-phabricator.t @ 45152:b3b0cd8b9366
phabricator: clarify the multiple heads/roots error message for phabsend
As pointed out in followup feedback for c1c922391314, it's confusing to say
there are multiple items and then only list one.
Differential Revision: https://phab.mercurial-scm.org/D8761
author | Matt Harbison <matt_harbison@yahoo.com> |
---|---|
date | Thu, 16 Jul 2020 14:16:53 -0400 |
parents | 225588c4c255 |
children | b4887d0680a4 |
line wrap: on
line diff
--- a/tests/test-phabricator.t Tue Jul 14 13:35:54 2020 -0700 +++ b/tests/test-phabricator.t Thu Jul 16 14:16:53 2020 -0400 @@ -596,7 +596,7 @@ Phabsend requires a linear range of commits $ hg phabsend -r 0+2+3 - abort: cannot phabsend multiple head revisions: c44b38f24a45 + abort: cannot phabsend multiple head revisions: c44b38f24a45 aaef04066140 (the revisions must form a linear chain) [255]