mercurial/posix.py
changeset 14908 e2b5605501df
parent 14273 38af0f514134
child 14909 c627fe32c923
--- 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)