comparison hgext/phabricator.py @ 44945: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
comparison
equal deleted inserted replaced
44944:617cd3b1e9cd 44945:7a0a1be721a3
1648 ui.label(desc, b'phabricator.desc'), 1648 ui.label(desc, b'phabricator.desc'),
1649 ) 1649 )
1650 ) 1650 )
1651 1651
1652 if ui.promptchoice( 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 return False 1655 return False
1656 1656
1657 return True 1657 return True
1658 1658