Show More
@@ -1486,7 +1486,7 b' def _chistedit(ui, repo, *freeargs, **op' | |||||
1486 | curses.echo() |
|
1486 | curses.echo() | |
1487 | curses.endwin() |
|
1487 | curses.endwin() | |
1488 | if rc is False: |
|
1488 | if rc is False: | |
1489 |
ui.write(_(" |
|
1489 | ui.write(_("histedit aborted\n")) | |
1490 | return 0 |
|
1490 | return 0 | |
1491 | if type(rc) is list: |
|
1491 | if type(rc) is list: | |
1492 | ui.status(_("running histedit\n")) |
|
1492 | ui.status(_("running histedit\n")) |
General Comments 0
You need to be logged in to leave comments.
Login now