branch | stable |
changeset 30218 | 1767723f71cf |
parent 29925 | 1619efcde9a4 |
child 30373 | 31de088945cd |
--- a/mercurial/bundlerepo.py Tue Oct 18 14:27:30 2016 -0500 +++ b/mercurial/bundlerepo.py Tue Oct 18 17:32:51 2016 -0700 @@ -343,8 +343,7 @@ self.manstart = self.bundle.tell() return c - @localrepo.unfilteredpropertycache - def manifest(self): + def _constructmanifest(self): self.bundle.seek(self.manstart) # consume the header if it exists self.bundle.manifestheader()