mercurial/localrepo.py
changeset 29709 b9ee2a1c4e9c
parent 29705 41689e293994
child 29825 426d931e5db2
--- a/mercurial/localrepo.py	Fri Aug 05 13:01:01 2016 -0400
+++ b/mercurial/localrepo.py	Fri Aug 05 12:47:03 2016 -0400
@@ -504,9 +504,6 @@
     def manifest(self):
         return manifest.manifest(self.svfs)
 
-    def dirlog(self, dir):
-        return self.manifest.dirlog(dir)
-
     @repofilecache('dirstate')
     def dirstate(self):
         return dirstate.dirstate(self.vfs, self.ui, self.root,