[PATCH 09 of 10] localrepo: delete localrepo.manifest
Durham Goode
durham at fb.com
Wed Nov 9 19:31:23 UTC 2016
# HG changeset patch
# User Durham Goode <durham at fb.com>
# Date 1478686014 28800
# Wed Nov 09 02:06:54 2016 -0800
# Node ID 5cc0f288a11fc7cbf1e2526ee4269dd79889383e
# Parent 2d04bb9a385ed5a1cca1ce6d07a1f99dbcbdb5af
localrepo: delete localrepo.manifest
Now that nothing uses normal manifests, we can delete localrepo.manifest.
diff --git a/mercurial/localrepo.py b/mercurial/localrepo.py
--- a/mercurial/localrepo.py
+++ b/mercurial/localrepo.py
@@ -504,10 +504,6 @@ class localrepository(object):
c.readpending('00changelog.i.a')
return c
- @property
- def manifest(self):
- return self.manifestlog._oldmanifest
-
def _constructmanifest(self):
# This is a temporary function while we migrate from manifest to
# manifestlog. It allows bundlerepo and unionrepo to intercept the
More information about the Mercurial-devel
mailing list