Mercurial > public > mercurial-scm > hg-stable
diff hgext/phabricator.py @ 44986:7a0a1be721a3
phabricator: make it clear what happen when no response
Differential Revision: https://phab.mercurial-scm.org/D8621
author | Sushil khanchi <sushilkhanchi97@gmail.com> |
---|---|
date | Tue, 09 Jun 2020 22:02:09 +0530 |
parents | 11592ce6a711 |
children | 225588c4c255 |
line wrap: on
line diff
--- a/hgext/phabricator.py Mon Jun 08 11:43:07 2020 +0530 +++ b/hgext/phabricator.py Tue Jun 09 22:02:09 2020 +0530 @@ -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