mercurial/hook.py
changeset 17428 72803c8edaa4
parent 17251 98166640b356
child 17963 6180dcb29ec5
--- a/mercurial/hook.py	Tue Aug 21 02:41:20 2012 +0200
+++ b/mercurial/hook.py	Mon Aug 27 23:14:27 2012 +0200
@@ -154,7 +154,7 @@
                 oldstdout = os.dup(stdoutno)
                 os.dup2(stderrno, stdoutno)
         except AttributeError:
-            # __stdout/err__ doesn't have fileno(), it's not a real file
+            # __stdout__/__stderr__ doesn't have fileno(), it's not a real file
             pass
 
     try: