mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-22 14:52:40 +01:00
Avoid double [y/N] when updating a not owned revision
Summary:
Since 737f5c0df9
arcanist shows [y/N] two times, when arcanist asks you, if you want to proceed, if you want to update a not owned revision. Ths patch fixes
that, so that Arcanist shows [y/N] only once, like at other situations, when Arcanist asks you a question.
Ref T11489
Test Plan: Updated a not owned revision.
Reviewers: #blessed_reviewers, epriestley
Reviewed By: #blessed_reviewers, epriestley
Subscribers: epriestley
Tags: #arcanist
Maniphest Tasks: T11489
Differential Revision: https://secure.phabricator.com/D16415
This commit is contained in:
parent
6507be27ae
commit
3ae0cc8d41
1 changed files with 1 additions and 1 deletions
|
@ -2528,7 +2528,7 @@ EOTEXT
|
||||||
"You don't own revision %s: \"%s\". Normally, you should ".
|
"You don't own revision %s: \"%s\". Normally, you should ".
|
||||||
"only update revisions you own. You can \"Commandeer\" this revision ".
|
"only update revisions you own. You can \"Commandeer\" this revision ".
|
||||||
"from the web interface if you want to become the owner.\n\n".
|
"from the web interface if you want to become the owner.\n\n".
|
||||||
"Update this revision anyway? [y/N]",
|
"Update this revision anyway?",
|
||||||
"D{$id}",
|
"D{$id}",
|
||||||
$title);
|
$title);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue