diff -r 0a4625ffd6c0 -r 324b4b10351e mercurial/localrepo.py --- 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