hgext/largefiles/lfcommands.py
branchstable
changeset 15371 f26ed4ea46d8
parent 15340 0e58513cc59a
child 15380 a53888685a6c
--- a/hgext/largefiles/lfcommands.py	Wed Oct 26 14:22:19 2011 -0500
+++ b/hgext/largefiles/lfcommands.py	Tue Oct 25 11:45:28 2011 -0400
@@ -245,7 +245,7 @@
 
                 # largefile was modified, update standins
                 fullpath = rdst.wjoin(f)
-                lfutil.createdir(os.path.dirname(fullpath))
+                util.makedirs(os.path.dirname(fullpath))
                 m = util.sha1('')
                 m.update(ctx[f].data())
                 hash = m.hexdigest()