diff -r 4dea46d4e3f8 -r 573734e7e6d0 mercurial/posix.py --- a/mercurial/posix.py Sun May 24 16:37:34 2009 -0500 +++ b/mercurial/posix.py Sun May 24 16:38:29 2009 -0500 @@ -13,6 +13,7 @@ nulldev = '/dev/null' normpath = os.path.normpath samestat = os.path.samestat +expandglobs = False umask = os.umask(0) os.umask(umask)