[Updated] D8621: phabricator: make it clear what happen when no response
khanchi97 (Sushil khanchi)
phabricator at mercurial-scm.org
Tue Jun 9 17:52:55 UTC 2020
Closed by commit rHG7a0a1be721a3: phabricator: make it clear what happen when no response (authored by khanchi97).
This revision was automatically updated to reflect the committed changes.
REPOSITORY
rHG Mercurial
CHANGES SINCE LAST UPDATE
https://phab.mercurial-scm.org/D8621?vs=21589&id=21591
CHANGES SINCE LAST ACTION
https://phab.mercurial-scm.org/D8621/new/
REVISION DETAIL
https://phab.mercurial-scm.org/D8621
AFFECTED FILES
hgext/phabricator.py
tests/test-phabricator.t
CHANGE DETAILS
diff --git a/tests/test-phabricator.t b/tests/test-phabricator.t
--- a/tests/test-phabricator.t
+++ b/tests/test-phabricator.t
@@ -670,7 +670,7 @@
NEW - a959a3f69d8d: one: first commit to review
NEW - 24a4438154ba: two: second commit to review
NEW - d235829e802c: 3: a commit with no detailed message
- Send the above changes to https://phab.mercurial-scm.org/ (yn)? y
+ Send the above changes to https://phab.mercurial-scm.org/ (Y/n)? y
D8387 - created - a959a3f69d8d: one: first commit to review
D8387 - created - 24a4438154ba: two: second commit to review
D8387 - created - d235829e802c: 3: a commit with no detailed message
@@ -734,7 +734,7 @@
D8387 - 602c4e738243: one: first commit to review
D8387 - 0124e5474c88: two: second commit to review
D8387 - e4edb1fe3565: 3: a commit with no detailed message
- Send the above changes to https://phab.mercurial-scm.org/ (yn)? y
+ Send the above changes to https://phab.mercurial-scm.org/ (Y/n)? y
D8387 - updated - 602c4e738243: one: first commit to review
D8387 - updated - 0124e5474c88: two: second commit to review
D8387 - updated - e4edb1fe3565: 3: a commit with no detailed message
diff --git a/hgext/phabricator.py b/hgext/phabricator.py
--- a/hgext/phabricator.py
+++ b/hgext/phabricator.py
@@ -1650,7 +1650,7 @@
)
if ui.promptchoice(
- _(b'Send the above changes to %s (yn)?$$ &Yes $$ &No') % url
+ _(b'Send the above changes to %s (Y/n)?$$ &Yes $$ &No') % url
):
return False
To: khanchi97, #hg-reviewers, pulkit
Cc: Kwan, mercurial-patches
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurial-scm.org/pipermail/mercurial-patches/attachments/20200609/972397dc/attachment-0002.html>
More information about the Mercurial-patches
mailing list