hgext/histedit.py
branchstable
changeset 51174 e306d552dfb1
parent 50929 18c8c18993f0
child 51627 6ec4c745c598
--- a/hgext/histedit.py	Thu Dec 07 14:22:55 2023 +0100
+++ b/hgext/histedit.py	Tue Dec 12 11:47:48 2023 +0100
@@ -1760,8 +1760,6 @@
             rules.append(histeditrule(ui, repo[r], i))
         with util.with_lc_ctype():
             rc = curses.wrapper(functools.partial(_chisteditmain, repo, rules))
-        curses.echo()
-        curses.endwin()
         if rc is False:
             ui.write(_(b"histedit aborted\n"))
             return 0