mercurial/util.py
changeset 4388 f9cd48bd8625
parent 4378 e33ad7cea15f
child 4407 f97b89314fb3
--- 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