Show More
@@ -1696,8 +1696,9 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 | 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