Submitter | phabricator |
---|---|
Date | Nov. 1, 2019, 4:17 a.m. |
Message ID | <f63a08e3c2472584809f3b6504cda131@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/42632/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/hgext/histedit.py b/hgext/histedit.py --- a/hgext/histedit.py +++ b/hgext/histedit.py @@ -217,6 +217,7 @@ copies, destutil, discovery, + encoding, error, exchange, extensions, @@ -1602,7 +1603,7 @@ renderhelp(helpwin, state) curses.doupdate() # done rendering - ch = stdscr.getkey() + ch = encoding.strtolocal(stdscr.getkey()) except curses.error: pass