diff -r 84af56cc673b -r e2b5605501df mercurial/posix.py --- a/mercurial/posix.py Thu Jul 21 15:52:08 2011 -0500 +++ b/mercurial/posix.py Fri Jul 22 09:53:15 2011 +0200 @@ -325,3 +325,6 @@ except ImportError: pass return 80 + +def makedir(path, notindexed): + os.mkdir(path)