Mercurial > hg
comparison mercurial/manifest.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 | 8d00788ca578 |
children | f89fd07fc51d |
comparison
equal
deleted
inserted
replaced
5612:7c976bb039af | 5613:2e76e5a23c2b |
---|