changeset 4388: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 93a4e72b4f83
children 6186b6cba8ea
files mercurial/util.py
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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