branch | stable |
changeset 43720 | 132470ee53fe |
parent 43719 | cb23d9e3e21f |
child 43981 | 414cb20e241e |
--- a/mercurial/shelve.py Tue Nov 19 14:36:22 2019 -0500 +++ b/mercurial/shelve.py Tue Nov 19 14:59:23 2019 -0500 @@ -146,7 +146,7 @@ def bundlerepo(self): path = self.vfs.join(self.fname) return bundlerepo.instance( - self.repo.baseui, b'bundle://%s+%s' % (self.repo.root, path) + self.repo.baseui, b'bundle://%s+%s' % (self.repo.root, path), False ) def writebundle(self, bases, node):