diff mercurial/util.py @ 4386:f9cd48bd8625

Fix minor mismerge. The caching of umask ended up being duplicated.
author Alexis S. L. Carvalho <alexis@cecm.usp.br>
date Sat, 28 Apr 2007 17:55:45 -0300
parents e33ad7cea15f
children f97b89314fb3
line wrap: on
line diff
--- 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