Show More
@@ -1697,7 +1697,8 b' def _histedit(ui, repo, state, *freeargs' | |||
|
1697 | 1697 | if hastags: |
|
1698 | 1698 | if ui.promptchoice(_('warning: tags associated with the given' |
|
1699 | 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 | 1702 | raise error.Abort(_('histedit cancelled\n')) |
|
1702 | 1703 | # rebuild state |
|
1703 | 1704 | if goal == goalcontinue: |
General Comments 0
You need to be logged in to leave comments.
Login now