--- 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 = ''