Mercurial > public > mercurial-scm > hg-stable
diff mercurial/hook.py @ 17428:72803c8edaa4
avoid using abbreviations that look like spelling errors
author | Mads Kiilerich <mads@kiilerich.com> |
---|---|
date | Mon, 27 Aug 2012 23:14:27 +0200 |
parents | 98166640b356 |
children | 6180dcb29ec5 |
line wrap: on
line diff
--- 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: