mercurial/util.py
changeset 13795 43b5fe18ea6c
parent 13780 bc7b5d1c1999
child 13826 e574207e3bcd
--- a/mercurial/util.py	Tue Mar 29 16:25:48 2011 +0200
+++ b/mercurial/util.py	Mon Mar 28 15:54:22 2011 +0200
@@ -438,6 +438,9 @@
 
     return check
 
+def makedir(path, notindexed):
+    os.mkdir(path)
+
 def unlinkpath(f):
     """unlink and remove the directory if it is empty"""
     os.unlink(f)