##// END OF EJS Templates
histedit: remove superfluous echo() and endwin() calls (issue6859)...
Julien Cristau -
r52067:e306d552 stable
parent child Browse files
Show More
@@ -1760,8 +1760,6 b' def _chistedit(ui, repo, freeargs, opts)'
1760 rules.append(histeditrule(ui, repo[r], i))
1760 rules.append(histeditrule(ui, repo[r], i))
1761 with util.with_lc_ctype():
1761 with util.with_lc_ctype():
1762 rc = curses.wrapper(functools.partial(_chisteditmain, repo, rules))
1762 rc = curses.wrapper(functools.partial(_chisteditmain, repo, rules))
1763 curses.echo()
1764 curses.endwin()
1765 if rc is False:
1763 if rc is False:
1766 ui.write(_(b"histedit aborted\n"))
1764 ui.write(_(b"histedit aborted\n"))
1767 return 0
1765 return 0
General Comments 0
You need to be logged in to leave comments. Login now