mercurial/util.py
changeset 4342 ec64f263e49a
parent 4334 1cc5fc1d0994
parent 4341 f4a1eac52d43
child 4369 d7ad1e42a368
--- a/mercurial/util.py
+++ b/mercurial/util.py
@@ -766,6 +766,9 @@ 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