mercurial/localrepo.py
changeset 25185 bf6b476f3b36
parent 25149 3f0744eeaeaf
child 25229 451df92cec49
--- a/mercurial/localrepo.py	Mon May 18 15:40:23 2015 -0500
+++ b/mercurial/localrepo.py	Fri Apr 10 23:12:33 2015 -0700
@@ -461,7 +461,7 @@
         return manifest.manifest(self.svfs)
 
     def dirlog(self, dir):
-        return manifest.manifest(self.svfs, dir)
+        return self.manifest.dirlog(dir)
 
     @repofilecache('dirstate')
     def dirstate(self):