diff mercurial/util.py @ 10790:ef3668450cd0

Merge with stable
author Matt Mackall <mpm@selenic.com>
date Tue, 30 Mar 2010 13:09:25 -0500
parents cb681cc59a8d 1b45468d3deb
children 5589110e9170
line wrap: on
line diff
--- a/mercurial/util.py	Mon Mar 29 16:11:40 2010 -0500
+++ b/mercurial/util.py	Tue Mar 30 13:09:25 2010 -0500
@@ -1260,7 +1260,7 @@
             pass
     try:
         import termios, array, fcntl
-        for dev in (sys.stdout, sys.stdin):
+        for dev in (sys.stderr, sys.stdout, sys.stdin):
             try:
                 try:
                     fd = dev.fileno()