--- a/mercurial/util.py Sat Apr 28 17:55:45 2007 -0300
+++ b/mercurial/util.py Sat Apr 28 17:55:45 2007 -0300
@@ -764,9 +764,6 @@
except:
return True
-_umask = os.umask(0)
-os.umask(_umask)
-
def checkexec(path):
"""
Check whether the given path is on a filesystem with UNIX-like exec flags