mercurial/localrepo.py
changeset 40794 d5622dfe4ba3
parent 40793 64cdfcc73706
child 40795 e1c3a2e9df59
--- a/mercurial/localrepo.py	Thu Nov 15 02:38:55 2018 +0100
+++ b/mercurial/localrepo.py	Thu Nov 15 02:46:31 2018 +0100
@@ -3012,6 +3012,7 @@
     hgvfs.makedir(notindexed=True)
     if 'sharedrepo' not in createopts:
         hgvfs.mkdir(b'cache')
+    hgvfs.mkdir(b'wcache')
 
     if b'store' in requirements and 'sharedrepo' not in createopts:
         hgvfs.mkdir(b'store')