comparison 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
comparison
equal deleted inserted replaced
45151:e429e7c801b2 45152:b3b0cd8b9366
594 applying patch from D7918 594 applying patch from D7918
595 595
596 Phabsend requires a linear range of commits 596 Phabsend requires a linear range of commits
597 597
598 $ hg phabsend -r 0+2+3 598 $ hg phabsend -r 0+2+3
599 abort: cannot phabsend multiple head revisions: c44b38f24a45 599 abort: cannot phabsend multiple head revisions: c44b38f24a45 aaef04066140
600 (the revisions must form a linear chain) 600 (the revisions must form a linear chain)
601 [255] 601 [255]
602 602
603 Validate arguments with --fold 603 Validate arguments with --fold
604 604