Fix minor mismerge.
authorAlexis S. L. Carvalho <alexis@cecm.usp.br>
Sat, 28 Apr 2007 17:55:45 -0300
changeset 4386 f9cd48bd8625
parent 4385 93a4e72b4f83
child 4389 6186b6cba8ea
Fix minor mismerge. The caching of umask ended up being duplicated.
mercurial/util.py
--- 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