##// END OF EJS Templates
phabricator: make it clear what happen when no response...
Sushil khanchi -
r45471:7a0a1be7 default
parent child Browse files
Show More
@@ -1650,7 +1650,7 b' def _confirmbeforesend(repo, revs, oldma'
1650 1650 )
1651 1651
1652 1652 if ui.promptchoice(
1653 _(b'Send the above changes to %s (yn)?$$ &Yes $$ &No') % url
1653 _(b'Send the above changes to %s (Y/n)?$$ &Yes $$ &No') % url
1654 1654 ):
1655 1655 return False
1656 1656
@@ -670,7 +670,7 b' The folding of immutable commits works..'
670 670 NEW - a959a3f69d8d: one: first commit to review
671 671 NEW - 24a4438154ba: two: second commit to review
672 672 NEW - d235829e802c: 3: a commit with no detailed message
673 Send the above changes to https://phab.mercurial-scm.org/ (yn)? y
673 Send the above changes to https://phab.mercurial-scm.org/ (Y/n)? y
674 674 D8387 - created - a959a3f69d8d: one: first commit to review
675 675 D8387 - created - 24a4438154ba: two: second commit to review
676 676 D8387 - created - d235829e802c: 3: a commit with no detailed message
@@ -734,7 +734,7 b' updated.'
734 734 D8387 - 602c4e738243: one: first commit to review
735 735 D8387 - 0124e5474c88: two: second commit to review
736 736 D8387 - e4edb1fe3565: 3: a commit with no detailed message
737 Send the above changes to https://phab.mercurial-scm.org/ (yn)? y
737 Send the above changes to https://phab.mercurial-scm.org/ (Y/n)? y
738 738 D8387 - updated - 602c4e738243: one: first commit to review
739 739 D8387 - updated - 0124e5474c88: two: second commit to review
740 740 D8387 - updated - e4edb1fe3565: 3: a commit with no detailed message
General Comments 0
You need to be logged in to leave comments. Login now