Mercurial > hg-stable
changeset 41211:57bece69d7be
histedit: fix weird indent of i18n text
author | Yuya Nishihara <yuya@tcha.org> |
---|---|
date | Sun, 13 Jan 2019 14:44:44 +0900 |
parents | 929999d963b8 |
children | 240f8e49a7bd |
files | hgext/histedit.py |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/hgext/histedit.py Sun Jan 13 14:36:45 2019 +0900 +++ b/hgext/histedit.py Sun Jan 13 14:44:44 2019 +0900 @@ -1696,8 +1696,9 @@ hastags = len(tags) if hastags: if ui.promptchoice(_('warning: tags associated with the given' - ' changeset will be lost after histedit. \n' - 'do you want to continue (yN)? $$ &Yes $$ &No'), default=1): + ' changeset will be lost after histedit. \n' + 'do you want to continue (yN)? $$ &Yes $$ &No'), + default=1): raise error.Abort(_('histedit cancelled\n')) # rebuild state if goal == goalcontinue: