mercurial/posix.py
changeset 8614 573734e7e6d0
parent 8312 b87a50b7125c
child 8657 3fa92c618624
--- 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)