##// END OF EJS Templates
histedit: remove trailing space from warning message
Yuya Nishihara -
r41248:240f8e49 default
parent child Browse files
Show More
@@ -1696,7 +1696,7 b' def _histedit(ui, repo, state, *freeargs'
1696 hastags = len(tags)
1696 hastags = len(tags)
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'),
1700 'do you want to continue (yN)? $$ &Yes $$ &No'),
1701 default=1):
1701 default=1):
1702 raise error.Abort(_('histedit cancelled\n'))
1702 raise error.Abort(_('histedit cancelled\n'))
@@ -496,7 +496,7 b' warn the user on editing tagged commits'
496 tip 1:bd7ee4f3939b
496 tip 1:bd7ee4f3939b
497 a 0:a8a82d372bb3
497 a 0:a8a82d372bb3
498 $ hg histedit
498 $ hg histedit
499 warning: tags associated with the given changeset will be lost after histedit.
499 warning: tags associated with the given changeset will be lost after histedit.
500 do you want to continue (yN)? n
500 do you want to continue (yN)? n
501 abort: histedit cancelled
501 abort: histedit cancelled
502
502
General Comments 0
You need to be logged in to leave comments. Login now