Mercurial > hg
diff mercurial/sshrepo.py @ 5613:2e76e5a23c2b
workaround for raw_input() on Windows
Since change a3fe91b4f6eb, Mercurial has set_binary() on stdin, stdout, and stderr.
On Windows, this had the side effect of causing raw_input() to emit trailing carriage
returns on it's returned strings. This was causing web authentication problems.
author | Steve Borho <steve@borho.org> |
---|---|
date | Mon, 03 Dec 2007 17:28:26 -0600 |
parents | 32ec518ee3cb |
children | e2e8e977a6cb 7939c71f3132 |