##// END OF EJS Templates
histedit: fix weird indent of i18n text
Yuya Nishihara -
r41247:57bece69 default
parent child Browse files
Show More
@@ -1697,7 +1697,8 b' def _histedit(ui, repo, state, *freeargs'
1697 if hastags:
1697 if hastags:
1698 if ui.promptchoice(_('warning: tags associated with the given'
1698 if ui.promptchoice(_('warning: tags associated with the given'
1699 ' changeset will be lost after histedit. \n'
1699 ' changeset will be lost after histedit. \n'
1700 'do you want to continue (yN)? $$ &Yes $$ &No'), default=1):
1700 'do you want to continue (yN)? $$ &Yes $$ &No'),
1701 default=1):
1701 raise error.Abort(_('histedit cancelled\n'))
1702 raise error.Abort(_('histedit cancelled\n'))
1702 # rebuild state
1703 # rebuild state
1703 if goal == goalcontinue:
1704 if goal == goalcontinue:
General Comments 0
You need to be logged in to leave comments. Login now