mercurial/debugcommands.py
changeset 39244 73cf21b2e8a6
parent 39163 26f3d075f36e
child 39279 cb9cf42c902f
--- a/mercurial/debugcommands.py	Fri Aug 10 14:44:50 2018 -0700
+++ b/mercurial/debugcommands.py	Fri Aug 10 15:01:06 2018 -0700
@@ -1486,7 +1486,7 @@
 def debugmanifestfulltextcache(ui, repo, add=None, **opts):
     """show, clear or amend the contents of the manifest fulltext cache"""
     with repo.lock():
-        r = repo.manifestlog._revlog
+        r = repo.manifestlog.getstorage(b'')
         try:
             cache = r._fulltextcache
         except AttributeError: