##// END OF EJS Templates
histedit: rip out mysterious catch-all ignore curses.error handler...
Augie Fackler -
r47125:11ce2977 default
parent child Browse files
Show More
@@ -1623,7 +1623,6 b' pgup/K: move patch up, pgdn/J: move patc'
1623 1623 stdscr.clear()
1624 1624 stdscr.refresh()
1625 1625 while True:
1626 try:
1627 1626 oldmode, unused = state[b'mode']
1628 1627 if oldmode == MODE_INIT:
1629 1628 changemode(state, MODE_RULES)
@@ -1678,8 +1677,6 b' pgup/K: move patch up, pgdn/J: move patc'
1678 1677 curses.doupdate()
1679 1678 # done rendering
1680 1679 ch = encoding.strtolocal(stdscr.getkey())
1681 except curses.error:
1682 pass
1683 1680
1684 1681
1685 1682 def _chistedit(ui, repo, freeargs, opts):
General Comments 0
You need to be logged in to leave comments. Login now