diff mercurial/hg.py @ 39219:e8deaa77c1b6

share: allow more than one level of directories to be created
author Matt Harbison <matt_harbison@yahoo.com>
date Sat, 18 Aug 2018 01:07:43 -0400
parents 143efea71c2a
children ddfd80029306
line wrap: on
line diff
--- a/mercurial/hg.py	Sat Aug 18 00:51:26 2018 -0400
+++ b/mercurial/hg.py	Sat Aug 18 01:07:43 2018 -0400
@@ -266,7 +266,7 @@
         raise error.Abort(_('destination already exists'))
 
     if not destwvfs.isdir():
-        destwvfs.mkdir()
+        destwvfs.makedirs()
     destvfs.makedir()
 
     requirements = ''