mercurial/localrepo.py
changeset 40056 324b4b10351e
parent 40027 83146d176c03
child 40063 f84d7ed3bb35
--- a/mercurial/localrepo.py	Tue Oct 02 17:28:54 2018 -0700
+++ b/mercurial/localrepo.py	Tue Oct 02 17:34:34 2018 -0700
@@ -1682,7 +1682,7 @@
             rp = report
         else:
             rp = self.ui.warn
-        vfsmap = {'plain': self.vfs} # root of .hg/
+        vfsmap = {'plain': self.vfs, 'store': self.svfs} # root of .hg/
         # we must avoid cyclic reference between repo and transaction.
         reporef = weakref.ref(self)
         # Code to track tag movement