Merge with crew
authorMatt Mackall <mpm@selenic.com>
Thu, 12 Apr 2007 12:42:22 -0500
changeset 4338 8b4d4f84b739
parent 4335 f4a1eac52d43 (diff)
parent 4337 35ad84669ca5 (current diff)
child 4346 c593e502f7fd
Merge with crew
mercurial/util.py
--- a/mercurial/util.py	Tue Apr 10 10:34:43 2007 -0700
+++ b/mercurial/util.py	Thu Apr 12 12:42:22 2007 -0500
@@ -766,6 +766,9 @@
     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