# HG changeset patch # User Yuya Nishihara # Date 2019-01-13 05:44:44 # Node ID 57bece69d7beae2436c0ebf7564480fbbf665021 # Parent 929999d963b82562d93f50c934ef7c59a940bd9b histedit: fix weird indent of i18n text diff --git a/hgext/histedit.py b/hgext/histedit.py --- a/hgext/histedit.py +++ b/hgext/histedit.py @@ -1696,8 +1696,9 @@ def _histedit(ui, repo, state, *freeargs 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: