##// END OF EJS Templates
hgk: stop using util.bytesinput() to read a single line from stdin...
hgk: stop using util.bytesinput() to read a single line from stdin Appears that the stdio here is an IPC channel between hg and hgk (tk) processes, which shouldn't need a fancy readline support.
Yuya Nishihara -
r36808:cb0afaf1 default
Show More