mercurial/util.py
changeset 4386 f9cd48bd8625
parent 4377 e33ad7cea15f
child 4405 f97b89314fb3
--- a/mercurial/util.py
+++ b/mercurial/util.py
@@ -764,9 +764,6 @@ def checkfolding(path):
     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